Skip to content

Commit

Permalink
ci: Add explicit codecov token
Browse files Browse the repository at this point in the history
Why? If no explicit token given, the default token of the Codecov
action will be used. With that we often run into API limits.
  • Loading branch information
trallnag committed Aug 22, 2022
1 parent 0c67d1b commit b264184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-and-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
if: strategy.job-index == 0
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

# ------------------------------------------------------------------------
Expand Down

0 comments on commit b264184

Please sign in to comment.