f5b15b6f6b
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
9 lines
98 B
INI
9 lines
98 B
INI
[run]
|
|
source = mistralclient
|
|
omit =
|
|
.tox/*
|
|
mistralclient/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|