Skip to content

Commit 326a86c

Browse files
committed
adding coverage report to github actions
1 parent 2d656b7 commit 326a86c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- name: Run the tests
4545
run: pnpm test -- --coverage
4646

47+
- uses: ArtiomTr/jest-coverage-report-action@v2
48+
4749
- name: Upload coverage to Codecov
4850
uses: codecov/codecov-action@v4
4951
with:

0 commit comments

Comments
 (0)