keystoneauth/.coveragerc
Jamie Lennox 3f12f9e562 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
2015-12-09 11:46:00 +11:00

8 lines
103 B
INI

[run]
branch = True
source = keystoneauth1
omit = keystoneauth1/tests/*
[report]
ignore_errors = True