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