apprise/.coveragerc
Chris Caron 8bc47dc118
Conducto CI Integration (Replacing Travis CI) (#367)
See https://conducto.com for details on this great service 👍
2021-03-10 10:38:32 -05:00

17 lines
207 B
INI

[run]
omit=*/gntp/*
disable_warnings = no-data-collected
branch = True
source =
apprise
[paths]
source =
apprise
[report]
show_missing = True
skip_covered = True
skip_empty = True
fail_under = 99.0