c3lf-system-3/core/.coveragerc

17 lines
242 B
Text
Raw Normal View History

[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
core/asgi.py
2024-11-28 18:55:18 +01:00
core/globals.py
core/settings.py
2024-11-28 18:55:18 +01:00
mail/socket.py
manage.py
server.py
helper.py