Skip to content

Commit

Permalink
add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Jul 4, 2014
1 parent e01f672 commit bbd177e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit bbd177e

Please sign in to comment.