3f12f9e562
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
8 lines
103 B
INI
8 lines
103 B
INI
[run]
|
|
branch = True
|
|
source = keystoneauth1
|
|
omit = keystoneauth1/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|