@ -1,3 +1,27 @@
|
||||
[tool.coverage.run]
|
||||
source = [ "./app" ]
|
||||
omit = [
|
||||
"*migrations/*",
|
||||
"*tests/*/*",
|
||||
]
|
||||
|
||||
|
||||
[tool.coverage.report]
|
||||
omit = [
|
||||
"*/tests/*/*",
|
||||
"*/migrations/*",
|
||||
"*apps.py",
|
||||
"*conftest.py",
|
||||
"*manage.py",
|
||||
"*__init__.py",
|
||||
"*asgi*",
|
||||
"*wsgi*",
|
||||
"*admin.py",
|
||||
"*urls.py",
|
||||
]
|
||||
|
||||
|
||||
|
||||
[tool.pylint.main]
|
||||
disable = [
|
||||
"all"
|
||||
|
Reference in New Issue
Block a user