Skip to content

Commit

Permalink
fix coverage path mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Nov 22, 2024
1 parent 0b85069 commit 5039d79
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 @@ -99,3 +99,9 @@ exclude_lines = [
"pragma: no cover",
"raise NotImplementedError()",
]

[tool.coverage.paths]
source = [
"src/",
".tox/**/site-packages/",
]

0 comments on commit 5039d79

Please sign in to comment.