Add .coveragerc

This commit is contained in:
2025-07-06 17:40:49 +00:00
parent 438e3bdf3d
commit abfef34cf0

11
.coveragerc Normal file
View File

@@ -0,0 +1,11 @@
# .coveragerc
[run]
source = my_app,another_app,core # Specify your app directories
omit =
*/migrations/*
*/venv/*
*/settings/*
*/tests/*
manage.py
wsgi.py
asgi.py