We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db97518 commit 758aafcCopy full SHA for 758aafc
1 file changed
.coveragerc
@@ -3,3 +3,9 @@ exclude_lines =
3
pragma: no cover
4
if __name__ == .__main__.:
5
@onnxscript.*
6
+
7
+[run]
8
+include =
9
+ onnx_diagnostic/*
10
+omit =
11
+ onnx_diagnostic/big_models/export_phi4_mm*
0 commit comments