Skip to content

Commit 6497021

Browse files
committed
Update codecov-action to v4
1 parent d5827bf commit 6497021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install pytest cov
8181
run: pip install pytest-cov
8282
- name: Upload coverage to Codecov
83-
uses: codecov/codecov-action@v3
83+
uses: codecov/codecov-action@v4
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
fail_ci_if_error: true

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps=
2424
pytest-cov
2525
usedevelop=true
2626
commands=
27-
pytest --cov-report=html --cov=fastpurge {posargs}
27+
pytest --cov-report=html --cov-report=xml --cov=fastpurge {posargs}
2828

2929
[testenv:docs]
3030
deps=

0 commit comments

Comments
 (0)