mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
18 lines
313 B
INI
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:
|