pbr/.coveragerc
Ronald Bradford 494e35bf66 Add standard code coverage configuration file
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
2015-10-05 13:18:37 -04:00

9 lines
113 B
INI

[run]
branch = True
source = pbr
omit = pbr/tests/*,pbr/openstack/*
[report]
ignore_errors = True
precision = 2