Skip to content

Commit cf94017

Browse files
Change script to use llvm-cov-report instead of llvm-cov
1 parent bac2cb4 commit cf94017

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
@@ -82,7 +82,7 @@ def run(
8282
.strip("\n")
8383
)
8484
subprocess.check_call(
85-
["cmake", "--build", ".", "--target", "llvm-cov"],
85+
["cmake", "--build", ".", "--target", "llvm-cov-report"],
8686
cwd=cmake_build_dir,
8787
)
8888
env["LLVM_PROFILE_FILE"] = "dpctl_pytest.profraw"

0 commit comments

Comments
 (0)