Files
account-reconcile/.coveragerc
Laurent Mignon cb07067f67 [ADD] meta files
2014-08-01 16:27:43 +02: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: