Skip to content

Commit

Permalink
Upgrade CI Codecov gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 14, 2024
1 parent f69a193 commit 50dd5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-with-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
sphinx-build -b doctest docs docs/_build/doctest
- name: Upload coverage to Codecov
if: matrix.platform == 'ubuntu-22.04' && matrix.python-version == 3.9
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 50dd5eb

Please sign in to comment.