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: I1e6d93e1bb91f4d82c4538b680141f51b8ddff27
This commit is contained in:
pawnesh.kumar 2016-10-17 19:47:51 +05:30
parent 34a1879e6b
commit 10429b2724
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = manila
omit = manila/test*,manila/openstack/*
omit = manila/test*
[report]
precision = 2