add .coveragerc

This commit is contained in:
Yannick Vaucher
2014-07-04 14:57:32 +02:00
parent 79b3da3cfb
commit 5ee3dc7ae0

15
.coveragerc Normal file
View File

@@ -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: