Skip to content

Commit 2176bca

Browse files
committed
🧪 Explicitly set parallel mode in coveragerc
1 parent b3ae35d commit 2176bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ branch = true
2121
cover_pylib = false
2222
# https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts
2323
# dynamic_context = test_function # conflicts with `pytest-cov` if set here
24+
parallel = true
2425
plugins = Cython.Coverage
2526
relative_files = true
2627
source =

0 commit comments

Comments
 (0)