Skip to content

Commit 8b0237a

Browse files
committed
Don't run coverage in parallel mode.
Since each test runs in its own GHA run, we can set the name specifically.
1 parent 579db7e commit 8b0237a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ skip_empty = true
9898

9999
[tool.coverage.run]
100100
branch = true
101-
parallel = true
102101
source = [
103102
"debug_toolbar",
104103
]

0 commit comments

Comments
 (0)