tjdests/.coveragerc
2021-04-19 22:23:51 -04:00

13 lines
181 B
INI

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