Skip to content

Commit

Permalink
Use CODECOV_TOKEN secret
Browse files Browse the repository at this point in the history
The new version of Codecov seems to require tokens be set even for
public repositories; the secret was taken from the codecov website[1]
and added as a repository secret[2].  It isn't clear if this is intended
as required in the long term[3] but for now it appears to be.

[1] https://app.codecov.io/gh/PhilanthropyDataCommons/service/settings
[2] https://github.com/PhilanthropyDataCommons/service/settings/secrets/actions
[3] codecov/codecov-action#1035
  • Loading branch information
slifty committed Sep 15, 2023
1 parent 71d2789 commit df04138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:

- name: Upload test coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit df04138

Please sign in to comment.