Skip to content

Commit fcfe66f

Browse files
committed
ci: add coverage reporter
1 parent 21024c6 commit fcfe66f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ jobs:
2323
run: npm ci
2424
- name: Test
2525
run: npm test
26+
27+
coverage:
28+
needs: test
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: coverallsapp/[email protected]
32+
with:
33+
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
parallel-finished: true

0 commit comments

Comments
 (0)