.coveragerc is now generated automatically during the build

This commit is contained in:
Guewen Baconnier
2014-11-04 10:28:59 +01:00
parent 484a33e011
commit 7182573522

View File

@@ -1,15 +0,0 @@
[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: