From: YAMAMOTO Takashi Date: Tue, 31 Mar 2015 02:00:14 +0000 (+0900) Subject: Update .coveragerc after the removal of Cisco Nexus monolithic plugin X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fa3a3401c1788dcffae64d93966c56cf963e7e28;p=openstack-build%2Fneutron-build.git Update .coveragerc after the removal of Cisco Nexus monolithic plugin Related-Bug: #1350387 Change-Id: I3b8cb6412f1f13141a82515ab131e373b5a0628d --- diff --git a/.coveragerc b/.coveragerc index 5b10a1115..b90e1b531 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = neutron -omit = neutron/tests/*,neutron/plugins/cisco/test/*,neutron/openstack/* +omit = neutron/tests/*,neutron/openstack/* [report] ignore-errors = True