From 6f432b526c71c3525035fe2565bd6c9496c3bf96 Mon Sep 17 00:00:00 2001 From: StarrFox Date: Wed, 20 Dec 2023 18:11:48 +0000 Subject: [PATCH] add coverage recipie to justfile --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 82f1764..693d5a4 100755 --- a/justfile +++ b/justfile @@ -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}}