~sale-core-editors/sale-reports/github-7.0

« back to all changes in this revision

Viewing changes to .coveragerc

  • Committer: Leonardo Pistone
  • Date: 2014-09-10 12:41:09 UTC
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: git-v1:1c08f3dc9c01e181b0382cd25259934aa2c2d247
update travis config and delete coveralls

These come from the updated maintainer-quality-tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[report]
2
 
include =
3
 
    */OCA/sale-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: