From 5930b65bcb514ce91d37f6bf2647b3a125d8b969 Mon Sep 17 00:00:00 2001 From: Jan Rous Date: Sun, 10 Dec 2023 11:58:13 -0600 Subject: [PATCH] Improve include of coverage for test/unit test/integration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edf3fafe4e..a7ae282b4b 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/**"] +include = ["src/pudl/**", "test/integration/**", "test/unit/**"] omit = [ # Never hit by integration tests: "src/pudl/validate.py",