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:
Alexander Hughes 2019-04-08 10:22:42 -05:00
parent 6348b83e3c
commit 7483c87e7d
1 changed files with 1 additions and 1 deletions

View File

@ -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