From 3f12f9e562c110423ccc930c91d2eb27949ba5fa Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 9 Dec 2015 11:45:27 +1100 Subject: [PATCH] Update coverage to keystoneauth1 The .coveragerc file was pointing to the keystoneauth directory which no longer exists. Update this to keystoneauth1. Also remove the keystoneauth/openstack directory. This doesn't exist as we don't have anything from oslo.incubator. Change-Id: Icc4a4680bb9af5c2bfa230a5ffcf508740c06aae --- .coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 06e0576d..2ee9e0d6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = keystoneauth -omit = keystoneauth/tests/*,keystoneauth/openstack/* +source = keystoneauth1 +omit = keystoneauth1/tests/* [report] ignore_errors = True