openstacksdk/.coveragerc
Ankit Agrawal 4236c93750 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-14 07:34:53 +00:00

8 lines
95 B
INI

[run]
branch = True
source = openstack
omit = openstack/tests/*
[report]
ignore_errors = True