Skip to content

Commit 5039d79

Browse files
committed
fix coverage path mapping
1 parent 0b85069 commit 5039d79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ exclude_lines = [
9999
"pragma: no cover",
100100
"raise NotImplementedError()",
101101
]
102+
103+
[tool.coverage.paths]
104+
source = [
105+
"src/",
106+
".tox/**/site-packages/",
107+
]

0 commit comments

Comments
 (0)