Add .coveragerc
This commit is contained in:
11
.coveragerc
Normal file
11
.coveragerc
Normal 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
|
||||
Reference in New Issue
Block a user