From 1e41964b51979b6503a365289224acf8dfa55e3b Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 21 Feb 2023 12:56:03 +0100 Subject: [PATCH] Lower min test coverage in tox.ini to 90% Tests on Windows fail because they don't have 95% coverage (only ~93 %). This commit lowers the requirement to a value that seems reasonable for all platforms. Coverage measurement may be fine tuned with #208 and changed back to a higher value if desired. Signed-off-by: Lukas Puehringer --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5e1df6dc..7d01da48 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ commands = python -m tests.check_gpg_available python -c 'import os; os.environ["PYKCS11LIB"]' # assert HSM tests aren't skipped coverage run tests/aggregate_tests.py - coverage report -m --fail-under 95 + coverage report -m --fail-under 90 [testenv:purepy311] deps =