tjdests/.coveragerc
2021-04-20 19:31:46 -04:00

14 lines
195 B
INI

[run]
branch = True
source = tjdests
omit =
*/migrations/*
*/apps.py
*/urls.py
*/wsgi.py
*/asgi.py
*/routing.py
# Needed for the Coveralls reporter
relative_files = True