We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3937a7e commit bf87941Copy full SHA for bf87941
.coveragerc
@@ -0,0 +1,8 @@
1
+# .coveragerc to control coverage.py
2
+[run]
3
+omit =
4
+ */dmlc_patch/*
5
+
6
+[report]
7
+exclude_lines =
8
+ if __name__ == .__main__.:
0 commit comments