Skip to content

Commit

Permalink
Add concurrency setting to coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Aug 2, 2023
1 parent 00d3299 commit 0a7fd3f
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
@@ -1,6 +1,7 @@
# .coveragerc to control coverage.py
[run]
branch = True
concurrency = multiprocessing,thread

source = wagtail

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyc
.DS_Store
/.coverage
/.coverage.*
/dist/
/build/
/MANIFEST
Expand Down

0 comments on commit 0a7fd3f

Please sign in to comment.