samgis / .coveragerc
aletrn's picture
[test] add fastapi app test cases
8f3e5b9
raw
history blame contribute delete
322 Bytes
[run]
source = samgis
omit = ./venv/*,__version__.py,*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__.: