Skip to content

Commit

Permalink
(Try to) fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed May 28, 2024
1 parent 5109a0d commit cd60841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: codecov/codecov-action@v4
with:
token: 94785429-7cf4-4c66-82bc-210ad144cc35
directory: .tox/coverage
Lint:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python =
3.12: py312

[testenv]
commands = py.test -ra -vvv --cov=paikkala --cov-report=term-missing
commands = py.test -ra -vvv --cov=paikkala --cov-report=term-missing --cov-report=xml:{toxworkdir}/coverage/{envname}.xml {posargs}
extras =
dev
printing
Expand Down

0 comments on commit cd60841

Please sign in to comment.