From 9e1fa3e2d107884d1815b9e4c61253b507218a3c Mon Sep 17 00:00:00 2001 From: Jan Rous Date: Sun, 10 Dec 2023 12:06:43 -0600 Subject: [PATCH] Include site-packages/pudl as traceables. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7ae282b4b..57c6207791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -302,7 +302,7 @@ curl = ">=8.4.0" [tool.coverage.run] # See note above on need to specify separate sources for pytest-coverage and coverage. #source = ["src/pudl/", "test/integration/", "test/unit/"] -include = ["src/pudl/**", "test/integration/**", "test/unit/**"] +include = ["src/pudl/**", "test/integration/**", "test/unit/**", "*/site-packages/pudl/**"] omit = [ # Never hit by integration tests: "src/pudl/validate.py",