Increase coverage threshold of tox tests to 87%
Currently tox coverage has a threshold of 85%, but unit tests are covering 88.44% of pegleg. Increase threshold from 85% to 87%. Change-Id: Iee86b54763ea64bf0956a9928afbb35898460ac3
This commit is contained in:
parent
6348b83e3c
commit
7483c87e7d
2
tox.ini
2
tox.ini
@ -60,7 +60,7 @@ commands =
|
||||
{toxinidir}/tools/install-cfssl.sh
|
||||
bash -c 'PATH=$PATH:~/.local/bin; pytest --cov=pegleg --cov-report \
|
||||
html:cover --cov-report xml:cover/coverage.xml --cov-report term \
|
||||
--cov-fail-under 85 tests/'
|
||||
--cov-fail-under 87 tests/'
|
||||
whitelist_externals =
|
||||
bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user