Skip to content

Commit

Permalink
chore(cov): Use default coverage.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 5, 2024
1 parent cc7465a commit e4465d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
- uses: codecov/codecov-action@v5
if: ${{ always() }}
with:
files: cov.xml
token: ${{ secrets.CODECOV_TOKEN }}

test-publish:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ uv_resolution =

commands =
pytest --doctest-modules -v \
--cov src -cov tests --cov-report xml:cov.xml --cov-report term \
--cov src -cov tests --cov-report xml --cov-report term \
src/ tests/ {posargs:-n auto}

[testenv:docs]
Expand Down

0 comments on commit e4465d9

Please sign in to comment.