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: Id3d23b4f130cf982e02a45d544805cc5d9c05813
This commit is contained in:
nizam 2016-10-23 22:26:56 +05:30
parent 366287c8a8
commit 561dd378c7
1 changed files with 1 additions and 1 deletions

View File

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