Skip to content

Commit d12a004

Browse files
committed
Use relative files to support properly merging coverage files.
1 parent aa4a0d7 commit d12a004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ skip_empty = true
9999
[tool.coverage.run]
100100
branch = true
101101
parallel = true
102+
relative_files = true
102103
source = [
103104
"debug_toolbar",
104105
]

0 commit comments

Comments
 (0)