a7f7c2cee1
It sets the number of digits after the decimal point to display for reported coverage percentages. The default is 0, displaying for example "87%". A value of 3 will display percentages like "87.325%". Change-Id: I0313e9d7bead4a229f03cec6f603709502757394
15 lines
159 B
INI
15 lines
159 B
INI
[run]
|
|
branch = True
|
|
source = sahara
|
|
omit =
|
|
*/openstack/common/*
|
|
.tox/*
|
|
sahara/tests/*
|
|
|
|
[paths]
|
|
source = sahara
|
|
|
|
[report]
|
|
ignore-errors = True
|
|
precision = 3
|