mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09: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
|
# .coveragerc to control coverage.py
|
||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
|
concurrency = multiprocessing,thread
|
||||||
|
|
||||||
source = wagtail
|
source = wagtail
|
||||||
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/.coverage
|
/.coverage
|
||||||
|
/.coverage.*
|
||||||
/dist/
|
/dist/
|
||||||
/build/
|
/build/
|
||||||
/MANIFEST
|
/MANIFEST
|
||||||
|
Loading…
Reference in New Issue
Block a user