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: Id6bf8b3d5792d26d4cedd8804afec0779a71b19e
This commit is contained in:
pawnesh.kumar 2016-11-12 09:21:05 +05:30
parent b3441c4a2a
commit 0fe4bc7227
1 changed files with 1 additions and 1 deletions

View File

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