Skip to content

Commit

Permalink
Try to tune coverage parameters once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 14, 2023
1 parent 72ce2f2 commit 6d032f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,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/"]
# source = ["src/pudl/", "test/integration/", "test/unit/"]
include = [
"src/pudl/**",
"test/integration/**",
Expand All @@ -312,14 +312,16 @@ omit = [
# Never hit by integration tests:
"src/pudl/validate.py",
]
sigterm = true
concurrency=["multiprocessing"]
debug = ["config", "trace"]

[tool.coverage.paths]
# When running pudl tools installed with pip, the sources are imported
# from package-data/pudl directory. The following maps this to raw
# source files.
pudl_sources = [
"src/pudl",
"src/pudl/",
"*/site-packages/pudl/",
]

Expand Down

0 comments on commit 6d032f9

Please sign in to comment.