add CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2023-06-16 17:30:12 +02:00
parent 3cd89b7162
commit 0b92db278b
4 changed files with 114 additions and 1 deletions

14
backend/.coveragerc Normal file
View file

@ -0,0 +1,14 @@
[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