c3lf-system-3/core/.coveragerc
jedi 3400faa1d2
Some checks failed
Test / test (push) Failing after 1m11s
stash
2024-12-05 03:16:57 +01:00

15 lines
No EOL
216 B
INI

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