pbr/.coveragerc
nizam 4ef93d21fe 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 15:16:29 +05:30

9 lines
97 B
INI

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