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:
parent
fe2484cb18
commit
81720cd0c8
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 86 tests/'
|
||||
--cov-fail-under 85 tests/'
|
||||
whitelist_externals =
|
||||
bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user