Browse Source

Add concurrency setting to coverage configuration

Sage Abdullah 1 year ago
parent
commit
0a7fd3f64e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .coveragerc
  2. 1 0
      .gitignore

+ 1 - 0
.coveragerc

@@ -1,6 +1,7 @@
 # .coveragerc to control coverage.py
 [run]
 branch = True
+concurrency = multiprocessing,thread
 
 source = wagtail
 

+ 1 - 0
.gitignore

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