Skip to content

Commit

Permalink
Lower coverage requirement to 75%
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lukpueh committed Apr 12, 2024
1 parent 2cab5a9 commit 8df5fcd
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 @@ -21,7 +21,7 @@ deps =
commands =
python -m tests.check_gpg_available
coverage run tests/aggregate_tests.py
coverage report -m --fail-under 83
coverage report -m --fail-under 75

[testenv:purepy311]
deps =
Expand Down

0 comments on commit 8df5fcd

Please sign in to comment.