Skip to content

Commit

Permalink
Update coverage report location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 22, 2024
1 parent 1823c85 commit fd33048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd33048

Please sign in to comment.