samgis / .coveragerc
ale
[test] add test cases, add command for test coverage
fdd60c2
raw
history blame
303 Bytes
[run]
source = src
omit = ./venv/*,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
[report]
omit = ./venv/*,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
exclude_lines =
if __name__ == .__main__.: