Skip to content

Commit

Permalink
🔧 chore: Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Apr 15, 2024
1 parent 0037ecb commit 0995145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:

- name: Build package
run: npm run build

- name: 'Report Coverage'
if: always()
uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit 0995145

Please sign in to comment.