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:
parent
850ef74699
commit
3f12f9e562
@ -1,7 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = keystoneauth
|
||||
omit = keystoneauth/tests/*,keystoneauth/openstack/*
|
||||
source = keystoneauth1
|
||||
omit = keystoneauth1/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in New Issue
Block a user