Skip to content

Commit b72dca9

Browse files
Update tests.yml
1 parent a54e516 commit b72dca9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ jobs:
116116
run: pytest --numprocesses auto --cov . --cov-report xml:coverage.xml
117117
- name: show coverage report
118118
run: coverage report
119-
- name: upload coverage to Codecov
120-
uses: codecov/codecov-action@v2.1.0
119+
- name: Upload coverage reports to Codecov
120+
uses: codecov/codecov-action@v4.0.1
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}
123-
files: coverage.xml
124123
fail_ci_if_error: true

0 commit comments

Comments
 (0)