Skip to content

Commit

Permalink
Fix coverage reporting to count src/ properly (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen authored Oct 8, 2024
1 parent 156e323 commit f00718e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ source = [
"globus_action_provider_tools",
"tests",
]
[tool.coverage.paths]
source = [
"src/",
"*/site-packages/",
]

[tool.coverage.report]
# When the test coverage increases, this bar should also raise.
Expand Down

0 comments on commit f00718e

Please sign in to comment.