summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Move old oslo-incubator code out of openstack/commonAbhishek Kekane2016-11-081-1/+0
| | | | | | | | | | | | | | | | | 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. Package openstack/common/apiclient is moved to glanceclient/v1 package as it is used by v1 api only. NOTE: Removed glanceclient/common/base.py as it is deprecated and not used anywhere. Closes-Bug: #1639487 Change-Id: Ib3ac09743ce761ab0186e99e1c9de02517f89510
* Change ignore-errors to ignore_errorsMonty Taylor2015-09-211-1/+1
| | | | | | Needed for coverage 4.0 Change-Id: Iffb28d5676a7cf9bfb8c7a103e8677885fd07dba
* Update .coveragercAlessio Ababilov2013-02-061-0/+7
Set up proper source and omit options. Change-Id: I2590006f922b2163f9c913d4ce3c349f0e49c68b Implements: blueprint update-coveragerc