You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
289 B

10 years ago
  1. [report]
  2. include =
  3. */OCA/server-tools/*
  4. omit =
  5. */tests/*
  6. *__init__.py
  7. # Regexes for lines to exclude from consideration
  8. exclude_lines =
  9. # Have to re-enable the standard pragma
  10. pragma: no cover
  11. # Don't complain about null context checking
  12. if context is None: