Skip to content

Commit

Permalink
upload to codecov using the token
Browse files Browse the repository at this point in the history
This should fix the timeouts caused by GitHub rate-limiting CodeCov.io

codecov/codecov-action#598
  • Loading branch information
mr-c committed Nov 28, 2022
1 parent fdb65dd commit 1dd8bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

tox-style:
name: CI linters via Tox
Expand Down

0 comments on commit 1dd8bfc

Please sign in to comment.