Update tox coverage to 85 percent

Previously tox coverage was set to 84 percent, it was updated to 86 percent
in https://review.openstack.org/#/c/634593/ this new threshold is too high
and causing failures with tox tests.

Change-Id: Ic741c55d2b5a555ec636320612a334672f1e0e7c
This commit is contained in:
Alexander Hughes 2019-03-05 09:59:17 -06:00
parent fe2484cb18
commit 81720cd0c8
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 86 tests/'
--cov-fail-under 85 tests/'
whitelist_externals =
bash