From 22d626e6b9c3c084cf394782ac1e0b1316d5233a Mon Sep 17 00:00:00 2001 From: StephanGerbeth Date: Mon, 16 Sep 2024 10:30:19 +0200 Subject: [PATCH] fix(action): download coverage to folder --- .github/workflows/beta.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 0d6f376..9938040 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -76,6 +76,7 @@ jobs: uses: actions/download-artifact@v4 with: name: vitest-code-coverage-report + path: ./coverage/ - name: check run: ls -l - name: SonarCloud Scan