Skip to content

Commit

Permalink
ci/coverage: add token env var
Browse files Browse the repository at this point in the history
Tokenless uploads have been discontinued [1].

[1] https://github.com/codecov/codecov-action?tab=readme-ov-file#v4-release
  • Loading branch information
dspicher committed Feb 1, 2024
1 parent 121aa91 commit ce43af5
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 @@ -28,3 +28,5 @@ jobs:
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ce43af5

Please sign in to comment.