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: I1d24ed21ff4944c1161293231cc8db6bb551aaae
This commit is contained in:
nizam 2016-10-21 22:00:46 +05:30
parent b95d31ecd7
commit 2b6f47cf91

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