feature: increase mandatory coverage to 95%

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2023-01-25 19:34:52 +00:00
parent ff0123b54a
commit c176b2b611
No known key found for this signature in database
GPG key ID: 59E43E106B247368

View file

@ -3,7 +3,7 @@ disable_warnings = already-imported
[report] [report]
include = aurweb/* include = aurweb/*
fail_under = 85 fail_under = 95
exclude_lines = exclude_lines =
if __name__ == .__main__.: if __name__ == .__main__.:
pragma: no cover pragma: no cover