Skip to content

Commit

Permalink
Include site-packages/pudl as traceables.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 10, 2023
1 parent 5930b65 commit 9e1fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9e1fa3e

Please sign in to comment.