lisa-on-cuda / .coveragerc
alessandro trinca tornidor
[chore] bump to version 1.0.0, change way to show package version, update .gitignore
a9717e4
raw
history blame
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__.: