Skip to content

Commit 8df5fcd

Browse files
author
Lukas Puehringer
committed
Lower coverage requirement to 75%
With the upcoming removal of legacy interfaces and related tests, the ratio of tested to untested code changes significantly. This does not mean that the test coverage of the Signer API decreases! Also note that overall test coverage might be higher (see secure-systems-lab#208). Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent 2cab5a9 commit 8df5fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deps =
2121
commands =
2222
python -m tests.check_gpg_available
2323
coverage run tests/aggregate_tests.py
24-
coverage report -m --fail-under 83
24+
coverage report -m --fail-under 75
2525

2626
[testenv:purepy311]
2727
deps =

0 commit comments

Comments
 (0)