Files
report-print-send/.coveragerc
Yannick Vaucher 5ee3dc7ae0 add .coveragerc
2014-07-04 15:41:24 +02:00

16 lines
294 B
INI

[report]
include =
*/OCA/report-print-send/*
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: