Skip to content

Commit fa1101c

Browse files
committed
chore(cov): Use default coverage.xml
1 parent 8793b8e commit fa1101c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
- uses: codecov/codecov-action@v5
113113
if: ${{ always() }}
114114
with:
115-
files: cov.xml
116115
token: ${{ secrets.CODECOV_TOKEN }}
117116

118117
test-publish:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ uv_resolution =
4545

4646
commands =
4747
pytest --doctest-modules -v \
48-
--cov src -cov tests --cov-report xml:cov.xml --cov-report term \
48+
--cov src -cov tests --cov-report xml --cov-report term \
4949
src/ tests/ {posargs:-n auto}
5050

5151
[testenv:docs]

0 commit comments

Comments
 (0)