Browse Source

remove .coveragerc

pull/43/head
Alexandre Fayolle 10 years ago
parent
commit
8291cf638d
  1. 17
      .coveragerc

17
.coveragerc

@ -1,17 +0,0 @@
# Config file .coveragerc
[report]
include =
*/partner-contact/*
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