c3lf-system-3/core/.coveragerc
jedi 3709b5dd29
Some checks failed
Test / test (push) Failing after 3m3s
stash
2024-12-05 05:19:07 +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