Skip to content

Commit 0995145

Browse files
committed
🔧 chore: Add coverage report
1 parent 0037ecb commit 0995145

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535

3636
- name: Build package
3737
run: npm run build
38+
39+
- name: 'Report Coverage'
40+
if: always()
41+
uses: davelosert/vitest-coverage-report-action@v2

0 commit comments

Comments
 (0)