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: I59fb5b415ce7ce2b1ccd144a97573da8dd352bbc
This commit is contained in:
Deepak 2016-10-17 17:39:29 +05:30
parent 4978f34055
commit fd4ce97e35
1 changed files with 2 additions and 2 deletions

View File

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