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: Ib80662c6477fd55ecad48600c0d6e1f338383fc8
This commit is contained in:
pawnesh.kumar 2016-10-17 15:29:46 +05:30
parent 97eeb8fecc
commit 9dc9d65da4
1 changed files with 1 additions and 1 deletions

View File

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