diff --git a/.coveragerc b/.coveragerc index cd84ef96b..83f3102c1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = quantumclient -omit = quantumclient/openstack/* +source = neutronclient +omit = neutronclient/openstack/*,neutronclient/tests/* [report] ignore-errors = True