diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..5ec945b --- /dev/null +++ b/.coveragerc @@ -0,0 +1,15 @@ +[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: