Skip to content

Commit

Permalink
make codecov work better (pydata#1741)
Browse files Browse the repository at this point in the history
* see if this fixes codecov

* Update .github/workflows/tests.yml

Co-authored-by: gabalafou <gabriel@fouasnon.com>

* Update .github/workflows/tests.yml [ci skip]

---------

Co-authored-by: gabalafou <gabriel@fouasnon.com>
  • Loading branch information
2 people authored and ivanov committed Jun 4, 2024
1 parent 9eb8834 commit 24f8f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 24f8f7a

Please sign in to comment.