This website requires JavaScript.
Explore
Get Started
openstack
/
openstacksdk
Code
Issues
Proposed changes
dffe0f0463
Branches
Tags
No results found.
openstacksdk
/
.coveragerc
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
setting up the initial layout; move the api proposals to api_strawman Change-Id: I7c933d5e023c2a98a64aa90ed209f1e25d07f0d9
2014-01-25 04:58:25 +00:00
[run]
branch = True
source = openstack
Fix coverage configuration and execution A configuration error prevents the successful creation of code coverage. This patch corrects the .coveragerc omit setup and the tox package name generation. Closes-Bug: 1489164 Change-Id: I172708fe9048ed6208eb404974a5fa2e42bb810a
2016-03-11 09:18:38 +00:00
omit = openstack/tests/*
setting up the initial layout; move the api proposals to api_strawman Change-Id: I7c933d5e023c2a98a64aa90ed209f1e25d07f0d9
2014-01-25 04:58:25 +00:00
[report]
Change ignore-errors to ignore_errors Needed for coverage 4.0 Change-Id: Ic49ac9019486e2c71e730e7a4d9f09bf99a5769d
2015-09-21 15:26:52 +00:00
ignore_errors = True
Copy Permalink