Skip to content

Commit

Permalink
Better coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed Sep 19, 2024
1 parent b14d901 commit b39663b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ tox:

# Run coverage
cov:
uv run --python {{python_version}} coverage run -m pytest
uv run --python {{python_version}} coverage report -m

# Run coverage
cov-html:
uv run --python {{python_version}} coverage run -m pytest
uv run --python {{python_version}} coverage html

Expand Down

0 comments on commit b39663b

Please sign in to comment.