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: I9ad0065bcc564dd21457ce58fc32372b22ad29cb
This commit is contained in:
Deepak 2016-10-17 17:11:16 +05:30
parent fe267c46b3
commit 03844a6c02
1 changed files with 1 additions and 1 deletions

View File

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