This website requires JavaScript.
Explore
Get Started
openstack
/
cinder
Code
Issues
Proposed changes
48a61877ce
Branches
Tags
View all branches
cinder
/
.coveragerc
8 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .coveragerc to show proper coverage statistics. As in other openstack projects. Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e
2013-05-15 03:19:03 -07:00
[run]
branch = True
source = cinder
Update .coveragerc after the removal of openstack directory The openstack directory was used to keep codes from oslo-incubator, we have retired oslo-incubator,so don't use this directory any more. Change-Id: Iab6b2c63c183f1f01d1f9a6a2ca117a9db8db27d
2016-10-17 19:06:37 +05:30
omit = cinder/tests/*
Add .coveragerc to show proper coverage statistics. As in other openstack projects. Change-Id: Ic59f5b17d803b5d8102d53a1ca4883c529bc7a3e
2013-05-15 03:19:03 -07:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: I2775006f79929f2e64a58f84c384e0587ff5ad24
2015-09-21 14:25:17 +00:00
ignore_errors = True
Copy Permalink