Skip to content

Commit

Permalink
chore: html coverage report on cov-report
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Oct 25, 2023
1 parent 687a335 commit 8d8c3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ dependencies = [
]
[tool.hatch.envs.default.scripts]
test = "pytest --access_token $(ca-pwt acquire-token --output_token {args:tests})"
test-cov = "coverage run -m pytest --access_token $(ca-pwt acquire-token --output_token) {args:tests}"
test-cov = "coverage run -m pytest --access_token $(ca-pwt acquire-token --output_token {args:tests})"
cov-report = [
"- coverage combine",
"coverage report",
"coverage html",
]
cov = [
"test-cov",
Expand Down

0 comments on commit 8d8c3ed

Please sign in to comment.