Skip to content

Commit 61ae5eb

Browse files
committed
fix: support parallel coverage reporting
1 parent c2c9869 commit 61ae5eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
branch = True
33
omit = */test*
44
source = advanced_filters
5+
parallel = true
56

67
[report]
78
# Regexes for lines to exclude from consideration

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ envlist =
1212
; py39-django{22,30,31,32}
1313
pypy3-django{111,20,21,22,30,31}
1414
report
15+
clean
1516

1617
[pycodestyle]
1718
max-line-length = 120

0 commit comments

Comments
 (0)