Temporary reduce code coverage to 90 percent

Coverage failures may hide other failing tests in the CI.
Configure coverage to fail under 90 percent during the
ongoing experimental-client development.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
This commit is contained in:
Teodora Sechkova 2021-03-18 17:52:05 +02:00
parent f666a59bd9
commit 1fa7412e87
No known key found for this signature in database
GPG key ID: 65F78F613EA1914E

View file

@ -16,7 +16,7 @@ changedir = tests
commands =
python --version
coverage run aggregate_tests.py
coverage report -m --fail-under 97
coverage report -m --fail-under 90
deps =
-r{toxinidir}/requirements-test.txt