From 7a49a0f048e617b17023cb1499aa7067a1441738 Mon Sep 17 00:00:00 2001 From: Jan Rous Date: Sun, 10 Dec 2023 11:56:48 -0600 Subject: [PATCH] Few more changes to pyproject.toml re/ coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2577bdbb9..edf3fafe4e 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/**.py"] +include = ["src/pudl/**"] omit = [ # Never hit by integration tests: "src/pudl/validate.py",