really add coveragerc

This commit is contained in:
Andres Rodriguez 2013-08-14 18:56:40 -04:00
parent 8e8258dfb6
commit efb3f5a85d

6
.coveragerc Normal file
View File

@ -0,0 +1,6 @@
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
if __name__ == .__main__.:
include=
hooks/glance_*