Files
account-reconcile/.coveragerc
Sandy Carter 8f5861e587 Add meta files
2014-07-16 08:25:47 -04:00

16 lines
297 B
INI

[report]
include =
*/bank-statement-reconcile/*
omit =
*/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: