avoid testing useless files

This commit is contained in:
2025-09-09 16:19:28 +02:00
parent dd5bccf708
commit cb3af725b3

6
.coveragerc Normal file
View File

@@ -0,0 +1,6 @@
[run]
source = .
omit = */test*,*000*,*conftest.py,*apps.py,*manage.py,*__init__.py,*asgi*,*wsgi*,*admin.py,*urls.py,*settings.py
[report]
omit = */test*,*000*,*conftest.py,*apps.py,*manage.py,*__init__.py,*asgi*,*wsgi*,*admin.py,*urls.py,*settings.py