c3lf-system-3/core/.coveragerc
jedi 1a3aab4d41
All checks were successful
/ test (push) Successful in 56s
stash
2024-11-28 18:55:18 +01:00

17 lines
No EOL
242 B
INI

[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
core/asgi.py
core/globals.py
core/settings.py
mail/socket.py
manage.py
server.py
helper.py