68.1.3
by Yannick Vaucher
add .coveragerc |
1 |
[report]
|
2 |
include = |
|
3 |
*/OCA/account-invoice-reporting/*
|
|
4 |
||
5 |
omit = |
|
6 |
*/tests/*
|
|
7 |
*__init__.py
|
|
8 |
||
9 |
# Regexes for lines to exclude from consideration
|
|
10 |
exclude_lines = |
|
11 |
# Have to re-enable the standard pragma
|
|
12 |
pragma: no cover
|
|
13 |
||
14 |
# Don't complain about null context checking
|
|
15 |
if context is None:
|