toolshed/backend/.coveragerc
jedi 91cd5c57b3
All checks were successful
continuous-integration/drone/push Build is passing
add /friends endpoint
2023-06-22 03:09:11 +02:00

16 lines
No EOL
234 B
INI

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