Skip to content

Commit 1dd8bfc

Browse files
committed
upload to codecov using the token
This should fix the timeouts caused by GitHub rate-limiting CodeCov.io codecov/codecov-action#598
1 parent fdb65dd commit 1dd8bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
uses: codecov/[email protected]
7575
with:
7676
fail_ci_if_error: true
77+
token: ${{ secrets.CODECOV_TOKEN }}
7778

7879
tox-style:
7980
name: CI linters via Tox

0 commit comments

Comments
 (0)