This commit is contained in:
j3d1 2024-05-02 22:37:34 +02:00
parent fdfefed004
commit a39802b5bf
3 changed files with 28 additions and 8 deletions

14
core/.coveragerc Normal file
View file

@ -0,0 +1,14 @@
[run]
source = .
[report]
fail_under = 100
show_missing = True
skip_covered = True
omit =
*/tests/*
*/migrations/*
core/asgi.py
core/wsgi.py
core/settings.py
manage.py