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 cd51cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ jobs:
run: pnpm install
- name: Test
run: pnpm test
- name: 'Report Coverage'
if: always()
uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit cd51cba

Please sign in to comment.