c3lf-system-3/core/.coveragerc

14 lines
192 B
Text
Raw Normal View History

2024-05-02 20:37:34 +00:00
[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
core/asgi.py
core/wsgi.py
core/settings.py
manage.py