]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update .coveragerc after the removal of Cisco Nexus monolithic plugin
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 31 Mar 2015 02:00:14 +0000 (11:00 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 31 Mar 2015 02:25:06 +0000 (02:25 +0000)
Related-Bug: #1350387
Change-Id: I3b8cb6412f1f13141a82515ab131e373b5a0628d

.coveragerc

index 5b10a11152e643a236009cbe98f9312abbc953e0..b90e1b531c75f7f429388c02cf47c9da59ea6076 100644 (file)
@@ -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