Skip to content

Commit 52f8e85

Browse files
committed
codecov
1 parent 872d495 commit 52f8e85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ jobs:
2424
npm test
2525
env:
2626
CI: true
27+
- name: upload to codecov
28+
if: runner.os == 'Linux'
29+
uses: codecov/codecov-action@v5
30+
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)