Skip to content

Commit

Permalink
tox: lower required coverage
Browse files Browse the repository at this point in the history
The GCPSigner that was added is not tested in the standard test run,
only when check_kms_signers is explicitly ran. This is because the test
will fail everywhere except the projects Github CI.

Lower required coverage as a workaround.
  • Loading branch information
jku committed Nov 30, 2022
1 parent 2f0df68 commit 4fd174c
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 @@ -18,7 +18,7 @@ deps =
commands =
python -m tests.check_gpg_available
coverage run tests/aggregate_tests.py
coverage report -m --fail-under 97
coverage report -m --fail-under 96

[testenv:purepy38]
deps =
Expand Down

0 comments on commit 4fd174c

Please sign in to comment.