knowledge/.coveragerc
2014-07-18 15:46:58 -04:00

18 lines
313 B
INI

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