mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
16 lines
296 B
INI
16 lines
296 B
INI
[report]
|
|
include =
|
|
*/account-financial-tools/*
|
|
|
|
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:
|