1
0
mirror of https://github.com/caronc/apprise.git synced 2025-07-12 04:05:10 +02:00

coverage no longer fails if we're not the ideal 100%

This commit is contained in:
Chris Caron
2021-02-17 09:56:19 -05:00
parent 4a2f60e338
commit 986a19d542

@ -15,3 +15,4 @@ source =
show_missing = True show_missing = True
skip_covered = True skip_covered = True
skip_empty = True skip_empty = True
fail_under = 99.0