Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 16, 2024
1 parent 15aa130 commit d7df5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,15 @@ function(setup_target_for_coverage_lcov)
add_custom_command(
TARGET ${Coverage_NAME}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E echo "Lcov code coverage info report saved in ${Coverage_NAME}.info."
COMMAND ${CMAKE_COMMAND} -E echo
"Lcov code coverage info report saved in ${Coverage_NAME}.info."
COMMENT ${GCOVR_XML_CMD_COMMENT})

# Show info where to find the report
add_custom_command(
TARGET ${Coverage_NAME}
POST_BUILD
COMMAND "Open ./${Coverage_NAME}/index.html in your browser to view the coverage report."
)
COMMAND "Open ./${Coverage_NAME}/index.html in your browser to view the coverage report.")

endfunction() # setup_target_for_coverage_lcov

Expand Down

0 comments on commit d7df5da

Please sign in to comment.