Files
account-reconcile/.coveragerc
2014-09-05 16:41:19 +02:00

17 lines
310 B
INI

[report]
include =
*/bank-statement-reconcile/*
omit =
*/test/*
*/tests/*
*__init__.py
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about null context checking
if context is None: