Skip to content

Commit

Permalink
ci: report tests coverage inside PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Mar 31, 2024
1 parent ee28466 commit 276f338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Test
run: pnpm test
run: pnpm coverage
- name: 'Report Coverage'
if: always()
uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit 276f338

Please sign in to comment.