c3lf-system-3/core/.coveragerc
2024-06-23 04:31:27 +02:00

14 lines
No EOL
192 B
INI

[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