Skip to content

Commit 30374a6

Browse files
gen_coverage script runs llvm-cov rather than lcov-genhtml target, since HTMLs are not used for CI coverage collection
1 parent 67053e0 commit 30374a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(
7676
.strip("\n")
7777
)
7878
subprocess.check_call(
79-
["cmake", "--build", ".", "--target", "lcov-genhtml"],
79+
["cmake", "--build", ".", "--target", "llvm-cov"],
8080
cwd=cmake_build_dir,
8181
)
8282
env["LLVM_PROFILE_FILE"] = "dpctl_pytest.profraw"

0 commit comments

Comments
 (0)