From 92e7c69900d9ade409f0ac559f1eb69792991ff2 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Mon, 20 Mar 2023 12:14:43 +0100 Subject: [PATCH] tests: lower min test coverage in tox.ini to 85% Excluding more tests on Windows (HSM signer) further decreases test coverage to ~88%. This commit makes 85% the lower boundary for all platforms. Coverage measurement should fine tuned with #208 and changed back to a higher value! Signed-off-by: Lukas Puehringer --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6e52b70..80bb870b 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ deps = commands = python -m tests.check_gpg_available coverage run tests/aggregate_tests.py - coverage report -m --fail-under 90 + coverage report -m --fail-under 85 [testenv:purepy311] deps =