Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BetsyMcPhail committed Sep 13, 2024
1 parent d71a39a commit 834e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/configurations/bazel/step-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if(COVERAGE)
COMMAND "${CMAKE_COMMAND}" -E copy "${KCOV_MERGED}/FILETHATDOESNTEXISTcobertura.xml" "${KCOV_MERGED}/coverage.xml"
COMMAND_ECHO STDERR
RESULT_VARIABLE KCOV_COPY_RESULT_VARIABLE)
if(NOT KCOV_MERGE_RESULT_VARIABLE EQUAL 0)
if(NOT KCOV_COPY_RESULT_VARIABLE EQUAL 0)
message("---> KCOV FAILURE")
append_step_status("COVERAGE" UNSTABLE)
else()
Expand Down

0 comments on commit 834e880

Please sign in to comment.