aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0b13074..3364ec0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -79,9 +79,11 @@ cov-report = [
"- coverage combine",
"coverage report",
]
+htmlcov = "coverage html"
cov = [
"test-cov",
"cov-report",
+ "htmlcov",
]
[[tool.hatch.envs.all.matrix]]