python-ironicclient/.coveragerc
Clark Boylan 98c4f4dbea Fix coverage target
Previously the coverage target ended up deleting the coverage data when
the `coverage combine` command ran. This then caused the `coverage html`
command to fail due to lack of data to report on.

Thankfully the fix is simple because pbr is actually handlign all of
this for us behind the scenes. All we need to do is run with the
--coverage flag and make sure the .coveragerc reflects the desired
inclusions and ommisions.

Change-Id: Ide6c7639a19d961e4af27c2c59b036395e2af3ef
2016-07-27 14:12:42 -07:00

4 lines
73 B
INI

[report]
include = ironicclient/*
omit = ironicclient/tests/functional/*