summary refs log tree commit diff
path: root/.coveragerc
blob: ca333961f3b46f482374b2a96e64183b660b0332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
branch = True
parallel = True
source = synapse

[paths]
source=
   coverage

[report]
precision = 2
ignore_errors = True