Browse Source

add .coveragerc

pull/3/head
Yannick Vaucher 10 years ago
parent
commit
0a9354aeb0
  1. 15
      .coveragerc

15
.coveragerc

@ -0,0 +1,15 @@
[report]
include =
*/OCA/server-tools/*
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:
Loading…
Cancel
Save