Skip to content

Commit

Permalink
Add token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Jul 29, 2024
1 parent 021bb38 commit 3158008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:

- if: ${{ matrix.coverage }}
name: Upload coverage
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3158008

Please sign in to comment.