Files
bank-payment/.coveragerc
Stefan Rijnhart b0e0fba294 [FIX] CI magic
2014-07-14 16:10:57 +02:00

18 lines
311 B
INI

# Config file .coveragerc
[report]
include =
*/OCA/banking/*
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: