From 8e6bb3dcc1c929327425750057c411192c1e69d7 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 9 Oct 2023 11:16:05 -0700 Subject: Add some tests for download functions --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') 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]] -- cgit v1.2.3