Skip to content

Commit 24f8f7a

Browse files
drammockgabalafou
authored andcommitted
make codecov work better (pydata#1741)
* see if this fixes codecov * Update .github/workflows/tests.yml Co-authored-by: gabalafou <[email protected]> * Update .github/workflows/tests.yml [ci skip] --------- Co-authored-by: gabalafou <[email protected]>
1 parent 9eb8834 commit 24f8f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
9797
uses: codecov/codecov-action@v4
9898
with:
99-
token: ${{ secrets.CODECOV_TOKEN }}
10099
fail_ci_if_error: true
100+
env:
101+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
101102

102103
# note I am setting this on top of the Python cache as I could not find
103104
# how to set the hash key on the python one

0 commit comments

Comments
 (0)