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
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = keystoneauth
|
source = keystoneauth1
|
||||||
omit = keystoneauth/tests/*,keystoneauth/openstack/*
|
omit = keystoneauth1/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|||||||
Reference in New Issue
Block a user