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 70c9b1e commit bb375daCopy full SHA for bb375da
1 file changed
Makefile.toml
@@ -79,6 +79,21 @@ args = [
79
"coverage.lcov",
80
]
81
82
+[tasks.codecov-html]
83
+cwd = "."
84
+workspace = false
85
+clear = true
86
+dependencies = ["tools"]
87
+command = "cargo"
88
+args = [
89
+ "llvm-cov",
90
+ "nextest",
91
+ "--features",
92
+ "ml_train ml_infer ml_sample_process",
93
+ "--workspace",
94
+ "--html",
95
+]
96
+
97
# CI tasks
98
99
[tasks.build-linux]
0 commit comments