Skip to content

Commit

Permalink
Use new version of codecov upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed May 27, 2024
1 parent 9462c0b commit 9470f72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:

- name: run Python tests
run: tox -e tests
- uses: codecov/codecov-action@v3

- name: upload to codecov.io
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./tests/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 9470f72

Please sign in to comment.