mirror of https://github.com/tqdm/tqdm.git
tests: fix codecov rate limit
This commit is contained in:
parent
cac7150d7c
commit
a2d5f1c9d1
|
@ -85,6 +85,7 @@ jobs:
|
|||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
finish:
|
||||
name: pytest cov
|
||||
continue-on-error: ${{ github.event_name != 'push' }}
|
||||
|
|
Loading…
Reference in New Issue