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 committed Apr 3, 2024
1 parent f1d77a4 commit d607876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage/coverage-final.json
- name: Notify Slack channel
Expand Down

0 comments on commit d607876

Please sign in to comment.