mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
17 lines
310 B
INI
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:
|