494e35bf66
Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: I5d18b10a46a7149b1187ab830ce7520d0aa3c6dc
9 lines
113 B
INI
9 lines
113 B
INI
[run]
|
|
branch = True
|
|
source = pbr
|
|
omit = pbr/tests/*,pbr/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|