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 1d6ef7b commit 0cdc153Copy full SHA for 0cdc153
.github/workflows/test.yml
@@ -58,4 +58,5 @@ jobs:
58
if: matrix.os == 'ubuntu-latest' && matrix.py_version == '3.9'
59
with:
60
fail_ci_if_error: false
61
+ token: ${{ secrets.CODECOV_TOKEN }}
62
verbose: true
0 commit comments