toolshed/backend/.coveragerc
jedi 0b92db278b
All checks were successful
continuous-integration/drone/push Build is passing
add CI config
2023-06-16 20:21:44 +02:00

14 lines
No EOL
199 B
INI

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