Skip to content

Commit

Permalink
ci: add codecov token for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew authored Apr 3, 2024
1 parent 5a50097 commit c3a5a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage/coverage-final.json

0 comments on commit c3a5a73

Please sign in to comment.