From 9b2c6425a3edb6ef26caab3ab4c62a12e57311fa Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 29 Oct 2020 07:56:37 -0700 Subject: [PATCH] Bump the minimum coverage to 92% As we continue to improve our code coverage we can now bump the gate minimum to 92% minimum. Change-Id: I53cf76182d2ba9f1aad81edc9da68bedd4a81aba --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1e269f10fd..cce280918a 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = # otherwise the HTML report will only show partial results coverage html -d cover coverage xml -o cover/coverage.xml - coverage report --fail-under=90 --skip-covered + coverage report --fail-under=92 --skip-covered [testenv:functional] # This will use whatever 'basepython' is set to, so the name is ambiguous.