Skip to content

Commit

Permalink
Update coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplast committed Jan 28, 2024
1 parent fc7475a commit 4166bd7
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 @@ -40,7 +40,7 @@ dependencies = [
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests} --junitxml=junit/test-results.xml"
cov-report = [
"- coverage combine",
"coverage report",
Expand Down

0 comments on commit 4166bd7

Please sign in to comment.