12 lines
192 B
INI
12 lines
192 B
INI
# .coveragerc
|
|
[run]
|
|
source = my_app,another_app,core # Specify your app directories
|
|
omit =
|
|
*/migrations/*
|
|
*/venv/*
|
|
*/settings/*
|
|
*/tests/*
|
|
manage.py
|
|
wsgi.py
|
|
asgi.py
|