Add script to report uncovered new lines

Let's update the coverage job behavior - it will run coverage on
current master and then it will run coverage on Head and compare
number of new lines w/o test coverage. The default number of
allowed uncovered lines is 4. If more lines uncovered job will
fail. We'll keep this job non-voting, but this script should help
us a lot to monitor the degradation of test coverage.

Change-Id: I16336cee3570f50bf80bc84ddb081737c1dd9dab
This commit is contained in:
Sergey Lukjanov 2015-08-10 18:37:06 +03:00
parent 0ad04b17dd
commit 1e63661114
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ setenv =
commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = {toxinidir}/tools/cover.sh {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip