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:
Dmitry Kulishenko
2014-01-27 13:25:30 +02:00
parent 8aacb125df
commit 7b83feb9f9

View File

@@ -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