Skip to content

Commit

Permalink
Set up path equivalences for coverage run tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousik committed Dec 10, 2023
1 parent 9e1fa3e commit b1f6b5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,12 @@ sigterm = true
concurrency = ["multiprocessing"]
debug = ["config", "trace", "multiproc"]

[tool.coverage.paths]
pudl_sources = [
"src/pudl/",
"*/site-packages/pudl/",
]

[tool.coverage.report]
precision = 1
sort = "miss"
Expand Down

0 comments on commit b1f6b5e

Please sign in to comment.