From decde60ec16c92c14fdc575476f9cc231afd6c2f Mon Sep 17 00:00:00 2001 From: StephanGerbeth Date: Mon, 16 Sep 2024 10:17:44 +0200 Subject: [PATCH] fix(action): test --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 0eabaf0..0d6f376 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -56,7 +56,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: vitest-code-coverage-report - path: ./coverage/**/* + path: ./coverage/ sonarcloud: name: SonarCloud