fix .coveragerc

Replace karbor as karborclient in .coveragerc,

Change-Id: I1761237c252707411f5e7b4548ce7d5e89d57079
This commit is contained in:
zhangshuai 2016-08-26 17:50:37 +08:00
parent 6b3ba9f4af
commit ef4f89da06

View File

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