Skip to content

Commit

Permalink
Merge pull request #149 from kdarkhan/codecov-token
Browse files Browse the repository at this point in the history
Use project specific codecov token for coverage reports
  • Loading branch information
kdarkhan authored Jan 16, 2024
2 parents ec5968c + 4b94abc commit bc0521c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov-report.json
fail_ci_if_error: true

Expand Down

0 comments on commit bc0521c

Please sign in to comment.