diff --git a/justfile b/justfile index 717fab8..59bc688 100644 --- a/justfile +++ b/justfile @@ -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