Skip to content

Commit 359aab4

Browse files
committed
Add *src/ to path merging rules
uv appears to run coverage from a different directory on Mac and Windows.
1 parent 1426ffd commit 359aab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ source = ["tests"]
7979
source_pkgs = ["module_name"]
8080

8181
[tool.coverage.paths]
82-
source = ["src/", "*/site-packages"]
82+
source = ["src/", "*/site-packages", "*/src"]
8383
test = ["tests/", "*/tests"]
8484

8585
[tool.coverage.report]

0 commit comments

Comments
 (0)