# Config file .coveragerc# adapt the include for your project [report]include = */OCA/account-financial-reporting/* omit = */tests/* *__init__.py # Regexes for lines to exclude from considerationexclude_lines = # Have to re-enable the standard pragma pragma: no cover # Don't complain about null context checking if context is None:
# Config file .coveragerc
# adapt the include for your project
[report]
include =
*/OCA/account-financial-reporting/*
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: