2019-10-27 04:53:40 +01:00
|
|
|
[run]
|
2023-05-20 01:12:03 +02:00
|
|
|
data_file = .coverage-reports/.coverage
|
|
|
|
parallel = False
|
|
|
|
concurrency = multiprocessing
|
|
|
|
include = apprise_api
|
2019-10-27 04:53:40 +01:00
|
|
|
omit =
|
|
|
|
*apps.py,
|
2023-05-20 01:12:03 +02:00
|
|
|
*/migrations/*,
|
|
|
|
*/core/settings/*,
|
2023-10-15 22:21:13 +02:00
|
|
|
*/*/tests/*,
|
2020-01-06 00:19:09 +01:00
|
|
|
lib/*,
|
|
|
|
lib64/*,
|
2019-10-27 04:53:40 +01:00
|
|
|
*urls.py,
|
2023-05-20 01:12:03 +02:00
|
|
|
*/core/wsgi.py,
|
2019-10-27 04:53:40 +01:00
|
|
|
gunicorn.conf.py,
|
2023-05-20 01:12:03 +02:00
|
|
|
*/manage.py
|
|
|
|
|
|
|
|
disable_warnings = no-data-collected
|
|
|
|
|
|
|
|
[report]
|
|
|
|
show_missing = True
|
|
|
|
skip_covered = True
|
|
|
|
skip_empty = True
|
|
|
|
fail_under = 75.0
|