diff --git a/.coveragerc b/.coveragerc index 78e9cdb4..0c8a0846 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = neutron_dynamic_routing -# omit = neutron_dynamic_routing/tests/* +omit = neutron_dynamic_routing/tests/* [report] ignore_errors = True