remove .coveragerc, not needed anymore

This commit is contained in:
Leonardo Pistone
2015-01-14 10:21:45 +01:00
parent f1322826e9
commit 65fe2f7626

View File

@@ -1,16 +0,0 @@
[report]
include =
*/bank-statement-reconcile/*
omit =
*/test/*
*/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: