This website requires JavaScript.
Explore
Get Started
openstack
/
pbr
Code
Issues
Proposed changes
53681bec0c
Branches
Tags
No results found.
pbr
/
.coveragerc
9 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 17:16:29 +00:00
[run]
branch = True
source = pbr
Update .coveragerc after the removal of openstack directory The openstack directory was used to keep codes from oslo-incubator, we have retired oslo-incubator,so don't use this directory any more. Change-Id: Ifcf1a4388bd886d5d04675a54112857d99d43586
2016-10-19 09:45:06 +00:00
omit = pbr/tests/*
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 17:16:29 +00:00
[report]
ignore_errors = True
precision = 2
Copy Permalink