@@ -1,6 +1,7 @@
# .coveragerc to control coverage.py
[run]
branch = True
+concurrency = multiprocessing,thread
source = wagtail
@@ -2,6 +2,7 @@
*.pyc
.DS_Store
/.coverage
+/.coverage.*
/dist/
/build/
/MANIFEST