update coveragerc file
fix missing change from quantumclient to neutronclient in .coveragerc exclude tests from code coverage calculation Change-Id: Ie286faaaaad9e9bc72c89422ac628178a30ccc8e
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = quantumclient
|
source = neutronclient
|
||||||
omit = quantumclient/openstack/*
|
omit = neutronclient/openstack/*,neutronclient/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore-errors = True
|
ignore-errors = True
|
||||||
|
Reference in New Issue
Block a user