We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8793b8e commit fa1101cCopy full SHA for fa1101c
.github/workflows/build-test-deploy.yml
@@ -112,7 +112,6 @@ jobs:
112
- uses: codecov/codecov-action@v5
113
if: ${{ always() }}
114
with:
115
- files: cov.xml
116
token: ${{ secrets.CODECOV_TOKEN }}
117
118
test-publish:
tox.ini
@@ -45,7 +45,7 @@ uv_resolution =
45
46
commands =
47
pytest --doctest-modules -v \
48
- --cov src -cov tests --cov-report xml:cov.xml --cov-report term \
+ --cov src -cov tests --cov-report xml --cov-report term \
49
src/ tests/ {posargs:-n auto}
50
51
[testenv:docs]
0 commit comments