0
0
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:
Sage Abdullah 2023-07-21 11:13:02 +01:00
parent 00d329906f
commit 0a7fd3f64e
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217
2 changed files with 2 additions and 0 deletions

View File

@ -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
View File

@ -2,6 +2,7 @@
*.pyc *.pyc
.DS_Store .DS_Store
/.coverage /.coverage
/.coverage.*
/dist/ /dist/
/build/ /build/
/MANIFEST /MANIFEST