Skip to content

Commit

Permalink
Fix SonarQube task (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst authored Nov 16, 2024
1 parent 168183c commit dbd7832
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"
COMMENT "Open ./${Coverage_NAME}/index.html in your browser to view the coverage report."
)

Expand Down

0 comments on commit dbd7832

Please sign in to comment.