We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3910024 commit 05c08eaCopy full SHA for 05c08ea
.github/workflows/build-test.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Upload coverage
44
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
45
run: |
46
- bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
+ bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
0 commit comments