4 Commits

Author SHA1 Message Date
dineshbhor
a01a3e1b7f Move old oslo-incubator code out of openstack/common
As part of the first community-wide goal, teams were asked to
remove the openstack/common package of their projects if one
existed. This was a byproduct of the old oslo-incubator form
of syncing common functionality.

The package, apiclient, was moved to a top level location and
cliutils was moved to the common module. There are no oslo
specific libraries, the recommended solution is to move it in
tree and maintain it there.

Change-Id: Iee52004bd33c19d63133577ff466164b85fd6ca6
2016-11-03 18:29:31 +05:30
Monty Taylor
f7ba7fb5ea Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I5dc460cf919c7c4f47cc2b63517d005b44127c58
2015-09-21 14:44:20 +00:00
git-harry
ac9ef2bd12 Remove cinderclient/tests from coverage report
Currently coverage reports on coverage of the tests themselves. This
makes the percentage coverage higher than if they are excluded and
therefore distorts the reports values for the codes as a whole.

This commit updates the .coveragerc files to remove
cinderclient/tests/* from the coverage report.

Change-Id: If7f1765017f3f0d55975219b12ff7bf149146931
2014-11-25 15:14:09 +00:00
Vasyl Khomenko
7c43330c3f Add .coveragerc file to show correct code coverage
Change-Id: I85eaa7f96c9ebf82984356cd08f2d05a0915e0e5
2013-05-15 03:26:50 -07:00