@ -1,17 +0,0 @@
|
||||
[run]
|
||||
source = .
|
||||
omit =
|
||||
*migrations/*
|
||||
*tests/*/*
|
||||
|
||||
[report]
|
||||
omit =
|
||||
*/tests/*/*
|
||||
*/migrations/*
|
||||
*apps.py
|
||||
*manage.py
|
||||
*__init__.py
|
||||
*asgi*
|
||||
*wsgi*
|
||||
*admin.py
|
||||
*urls.py
|
@ -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