Update .coveragerc to get 2 decimal places for coverage
This commit is contained in:
parent
1e89ef0ff7
commit
bb6b8fe93f
1 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ concurrency = multiprocessing, thread
|
||||||
parallel = true
|
parallel = true
|
||||||
sigterm = true
|
sigterm = true
|
||||||
relative_files = True
|
relative_files = True
|
||||||
|
|
||||||
|
[report]
|
||||||
|
precision = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue