c3lf-system-3/core/.coveragerc

14 lines
199 B
Text
Raw Normal View History

[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
2024-12-05 01:31:06 +01:00
integration_tests/*
core/asgi.py
core/settings.py
manage.py