python-mistralclient/.coveragerc
Sharat Sharma f5b15b6f6b Add script for unit test coverage job
This patch will allow to run a non voting coverage job
which will detect any changes in the code coverage for
each commit on review.

Change-Id: Ie2bb1b23bb49f0f3b1a149b8e086c2a943f77508
Closes-Bug: 1655016
2020-01-01 13:01:28 +02:00

9 lines
98 B
INI

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