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
This commit is contained in:
nizam 2016-10-19 15:15:06 +05:30
parent e8613428c1
commit 4ef93d21fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = pbr
omit = pbr/tests/*,pbr/openstack/*
omit = pbr/tests/*
[report]
ignore_errors = True