Skip to content

Commit 2a4a195

Browse files
committed
coveragerc: parallel=1
Fixes: > INTERNALERROR> coverage.misc.CoverageException: Couldn't use data file '…/.coverage': UNIQUE constraint failed: meta.key Ref: #418 (comment)
1 parent a5ee340 commit 2a4a195

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
@@ -1,6 +1,7 @@
11
[run]
22
source = .
33
branch = true
4+
parallel = 1
45

56
[report]
67
show_missing = true

0 commit comments

Comments
 (0)