Skip to content

Commit

Permalink
Few more changes to pyproject.toml re/ coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 10, 2023
1 parent 55792c2 commit 7a49a0f
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/**.py"]
include = ["src/pudl/**"]
omit = [
# Never hit by integration tests:
"src/pudl/validate.py",
Expand Down

0 comments on commit 7a49a0f

Please sign in to comment.