python-muranoclient/.coveragerc
OlehBaran bce18eea17 Add script for unit test coverage job
This commit will add script and coverage config file that will allow to run
non voting coverage job which will detect any changes in the code coverage
for each commit on review.

Change-Id: I4559c86c840b40b9154f80b04b9e1c741e3236e0
2016-08-11 10:41:44 +00:00

9 lines
121 B
INI

[run]
source = muranoclient
omit =
.tox/*
muranoclient/tests/*
muranoclient/openstack/*
[report]
ignore_errors = True