atst/.coveragerc
2018-12-07 13:19:35 -05:00

16 lines
286 B
INI

[run]
omit = atst/routes/dev.py
branch = True
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragmas
pragma: no cover
pragma: no branch
# Don't complain about missing debug-only code:
def __repr__