mirror of
https://github.com/caronc/apprise-api.git
synced 2024-11-07 16:54:10 +01:00
25 lines
396 B
INI
25 lines
396 B
INI
[run]
|
|
data_file = .coverage-reports/.coverage
|
|
parallel = False
|
|
concurrency = multiprocessing
|
|
include = apprise_api
|
|
omit =
|
|
*apps.py,
|
|
*/migrations/*,
|
|
*/core/settings/*,
|
|
*/*/tests/*,
|
|
lib/*,
|
|
lib64/*,
|
|
*urls.py,
|
|
*/core/wsgi.py,
|
|
gunicorn.conf.py,
|
|
*/manage.py
|
|
|
|
disable_warnings = no-data-collected
|
|
|
|
[report]
|
|
show_missing = True
|
|
skip_covered = True
|
|
skip_empty = True
|
|
fail_under = 75.0
|