Skip to content

Commit 37d6015

Browse files
committed
Use new version of codecov upload action
1 parent 9462c0b commit 37d6015

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
- name: run Python tests
2929
run: tox -e tests
30-
- uses: codecov/codecov-action@v3
30+
31+
- name: upload to codecov.io
32+
uses: codecov/codecov-action@v4
3133
with:
34+
fail_ci_if_error: true
3235
files: ./tests/coverage.xml
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)