From 9587e8cf18620ff5fe1acf4aef5cc4c1007953cd Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 25 Jan 2024 14:15:56 -0600 Subject: [PATCH] actually add coverage report... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5288544..87c4783d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ exclude = [ packages = ["dbt_common"] [tool.hatch.envs.dev-env.scripts] -unit = "- python -m pytest --cov=dbt-common --cov-report=xml {args:tests/unit}" +unit = "- python -m pytest --cov --cov-report=xml {args:tests/unit}" [tool.hatch.envs.dev-env] description = "Env for running development commands like pytest / pre-commit"