Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Oct 21, 2024
1 parent 022d233 commit c15480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/UT-CPP.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
pullRequestNumber: "$env.CHANGE_ID",
make_cmd: "make clean && make USE_ASAN=OFF uild-cpp-with-coverage",
test_entrypoint: "./scripts/run_cpp_codecov.sh",
codecov_files: ["./lcov_output.info,./it_coverage.txt"]
codecov_files: "./lcov_output.info,./it_coverage.txt"
}
}
}
Expand Down

0 comments on commit c15480a

Please sign in to comment.