Skip to content

Commit

Permalink
Lower coverage requirement to 70%
Browse files Browse the repository at this point in the history
See 8df5fcd (75 was not enough).

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 16, 2024
1 parent 1e95d15 commit 9be1638
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 75
coverage report -m --fail-under 70

[testenv:purepy311]
deps =
Expand Down

0 comments on commit 9be1638

Please sign in to comment.