Add coverage file

This commit is contained in:
Sandy Carter
2014-07-10 07:54:40 -04:00
parent af8d0355fb
commit 79c984d500

15
.coveragerc Normal file
View File

@@ -0,0 +1,15 @@
[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: