We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c95067 commit e30b609Copy full SHA for e30b609
.coveragerc
@@ -2,4 +2,6 @@
2
omit =
3
*/python?.?/*
4
*/site-packages/nose/*
5
- *__init__*
+ *__init__*
6
+exclude_lines =
7
+ if __name__ == .__main__.:
0 commit comments