c3lf-system-3/core/.coveragerc
jedi 7bb9c11cc0
Some checks failed
Test / test (push) Failing after 1m5s
stash
2024-12-05 04:11:14 +01:00

14 lines
No EOL
199 B
INI

[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
integration_tests/*
core/asgi.py
core/settings.py
manage.py