Skip to content

Commit

Permalink
add coverage recipie to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StarrFox committed Dec 20, 2023
1 parent 2c23c8d commit 6f432b5
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 @@ -6,6 +6,11 @@ default:
test:
poetry run pytest --cov=wizwad

# open coverage report
coverage:
poetry run pytest --cov=wizwad --cov-report html
xdg-open htmlcov/index.html

# does a version bump commit
bump-commit type: && create-tag publish
poetry version {{type}}
Expand Down

0 comments on commit 6f432b5

Please sign in to comment.