Skip to content

Commit

Permalink
fix: support parallel coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Jan 23, 2022
1 parent c2c9869 commit 61ae5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
branch = True
omit = */test*
source = advanced_filters
parallel = true

[report]
# Regexes for lines to exclude from consideration
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ envlist =
; py39-django{22,30,31,32}
pypy3-django{111,20,21,22,30,31}
report
clean

[pycodestyle]
max-line-length = 120
Expand Down

0 comments on commit 61ae5eb

Please sign in to comment.