We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5827bf commit 6497021Copy full SHA for 6497021
.github/workflows/tox-test.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Install pytest cov
81
run: pip install pytest-cov
82
- name: Upload coverage to Codecov
83
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
84
with:
85
token: ${{ secrets.CODECOV_TOKEN }}
86
fail_ci_if_error: true
tox.ini
@@ -24,7 +24,7 @@ deps=
24
pytest-cov
25
usedevelop=true
26
commands=
27
- pytest --cov-report=html --cov=fastpurge {posargs}
+ pytest --cov-report=html --cov-report=xml --cov=fastpurge {posargs}
28
29
[testenv:docs]
30
deps=
0 commit comments