Skip to content

Commit bb375da

Browse files
committed
Add HTML codecov task.
1 parent 70c9b1e commit bb375da

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Makefile.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ args = [
7979
"coverage.lcov",
8080
]
8181

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+
8297
# CI tasks
8398

8499
[tasks.build-linux]

0 commit comments

Comments
 (0)