Skip to content

Commit 2a10a59

Browse files
authored
Merge pull request #945 from effigies/chore/coverage-config
chore: Fix coverage config for parallel runners
2 parents fdaaf68 + ec71b78 commit 2a10a59

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
@@ -203,6 +203,7 @@ junit_family = "xunit2"
203203

204204
[tool.coverage.run]
205205
branch = true
206+
parallel = true
206207
omit = [
207208
"*/_version.py",
208209
]

0 commit comments

Comments
 (0)