Skip to content

Commit 0c84e3e

Browse files
authored
Add codecov report
1 parent 6d00c74 commit 0c84e3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ jobs:
2424
npm test
2525
env:
2626
CI: true
27+
- name: Upload coverage to Codecov
28+
uses: codecov/[email protected]
29+
with:
30+
token: ${{secrets.CODECOV_TOKEN}}
31+
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)