Merge pull request #827 from stefanv/coveralls_nomain

Ignore main sections of library code when checking coverage
This commit is contained in:
Johannes Schönberger
2013-11-22 05:04:21 -08:00
+4
View File
@@ -7,3 +7,7 @@ include = */skimage/*
omit =
*/setup.py
[report]
exclude_lines =
def __repr__
if __name__ == .__main__.: