Skip to content

Commit

Permalink
Coverage report as JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayden committed Jan 26, 2025
1 parent b204fe6 commit 95a35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm install

- name: Run tests
run: pnpm vitest --coverage.enabled true
run: pnpm vitest --coverage.enabled true --coverage.reporter json-summary --coverage.reporter json

- name: Report Coverage
uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit 95a35bc

Please sign in to comment.