From ceccf496f2ef7f23a8315b0703da4b6016cc1de4 Mon Sep 17 00:00:00 2001 From: Yong Sheng Gong Date: Sun, 7 Jul 2013 20:12:17 +0800 Subject: [PATCH] fix some missing change from quantum to neutron Change-Id: Iadad11f364e8200f8e4a92b191e834bdf0220179 bp: remove-use-of-quantum --- .coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 559db2a4da8..5b10a11152e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = quantum -omit = quantum/tests/*,quantum/plugins/cisco/tests/*,quantum/openstack/* +source = neutron +omit = neutron/tests/*,neutron/plugins/cisco/test/*,neutron/openstack/* [report] ignore-errors = True