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
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = quantumclient
omit = quantumclient/openstack/*
source = neutronclient
omit = neutronclient/openstack/*,neutronclient/tests/*
[report]
ignore-errors = True