Skip to content

Commit 304bd81

Browse files
committed
how about some coverage
1 parent bcc5f1f commit 304bd81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
npm test
2424
env:
2525
CI: true
26+
- uses: codecov/codecov-action@v1
27+
with:
28+
token: ${{ secrets.CODECOV_TOKEN }} #required
29+
file: ./coverage.xml #optional
30+
flags: unittests #optional
31+
name: codecov-umbrella #optional
32+
yml: ./codecov.yml #optional

0 commit comments

Comments
 (0)