Add a coveragerc (#4180)

This commit is contained in:
Amber Brown
2018-11-15 10:50:08 -06:00
committed by GitHub
parent b5d92d4d46
commit a51288e5d6
4 changed files with 27 additions and 2 deletions

12
.coveragerc Normal file
View File

@@ -0,0 +1,12 @@
[run]
branch = True
parallel = True
source = synapse
[paths]
source=
coverage
[report]
precision = 2
ignore_errors = True