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:
Jamie Lennox 2015-12-09 11:45:27 +11:00
parent 850ef74699
commit 3f12f9e562
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = keystoneauth
omit = keystoneauth/tests/*,keystoneauth/openstack/*
source = keystoneauth1
omit = keystoneauth1/tests/*
[report]
ignore_errors = True