remove .coveragerc

This commit is contained in:
Alexandre Fayolle
2014-11-05 14:53:51 +01:00
parent 9ba80a508c
commit 624ea5bb86

View File

@@ -1,15 +0,0 @@
[report]
include =
*/account-financial-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: