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 b9719c2 commit 7b463abCopy full SHA for 7b463ab
.github/workflows/tests.yml
@@ -96,8 +96,9 @@ jobs:
96
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
97
uses: codecov/codecov-action@v4
98
with:
99
- token: ${{ secrets.CODECOV_TOKEN }}
100
fail_ci_if_error: true
+ env:
101
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102
103
# note I am setting this on top of the Python cache as I could not find
104
# how to set the hash key on the python one
0 commit comments