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: I846087668e5291521632e941250b0df4a1b87521
This commit is contained in:
Deepak 2016-10-17 16:51:43 +05:30
parent 38dd3197bd
commit ac3d811900
1 changed files with 1 additions and 1 deletions

View File

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