Skip to content

Commit

Permalink
Fix SonarQube task
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 16, 2024
1 parent 168183c commit ea88b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_admin/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ function(setup_target_for_coverage_gcovr_html)

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

Expand Down

0 comments on commit ea88b03

Please sign in to comment.