Skip to content

Commit

Permalink
Temporary reduce code coverage to 95 percent
Browse files Browse the repository at this point in the history
Coverage failures may hide other failing tests in the CI.
Configure coverage to fail under 95 percent during the
ongoing client-exploration.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
  • Loading branch information
sechkova committed Mar 18, 2021
1 parent dd598a8 commit 2e66288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 95

deps =
-r{toxinidir}/requirements-test.txt
Expand Down

0 comments on commit 2e66288

Please sign in to comment.