apprise/.coveragerc
2021-11-25 15:20:22 -05:00

18 lines
272 B
INI

[run]
disable_warnings = no-data-collected
branch = True
source =
apprise
[paths]
source =
apprise
.tox/*/lib/python*/site-packages/apprise
.tox/pypy/site-packages/apprise
[report]
show_missing = True
skip_covered = True
skip_empty = True
fail_under = 95.0