From fd33048d4f4aaee30ecc3eba490fd4de259ae29a Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Sun, 22 Dec 2024 15:50:37 -0500 Subject: [PATCH] Update coverage report location. --- .github/workflows/code-quality.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index b8adf59..3cdc6be 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -39,13 +39,13 @@ jobs: run: npm ci - name: Run Vitest tests with coverage - run: npx vitest --run --coverage --reporter=html --outputFile=vitest-report + run: npx vitest --run --coverage - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: - name: vitest-report - path: vitest-report/ + name: coverage + path: coverage/ retention-days: 30 run-lint-checks: