Skip to content

Commit

Permalink
use xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 29, 2024
1 parent 368abc4 commit c86611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [

[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
test-cov = "pytest --cov --cov-report=xml {args:tests}"
cov-report = [
"- coverage combine",
"coverage report -m",
Expand Down

0 comments on commit c86611c

Please sign in to comment.