mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 09:59:02 +01:00
Add concurrency setting to coverage configuration
This commit is contained in:
parent
00d329906f
commit
0a7fd3f64e
@ -1,6 +1,7 @@
|
||||
# .coveragerc to control coverage.py
|
||||
[run]
|
||||
branch = True
|
||||
concurrency = multiprocessing,thread
|
||||
|
||||
source = wagtail
|
||||
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
*.pyc
|
||||
.DS_Store
|
||||
/.coverage
|
||||
/.coverage.*
|
||||
/dist/
|
||||
/build/
|
||||
/MANIFEST
|
||||
|
Loading…
Reference in New Issue
Block a user