Skip to content

Commit

Permalink
Fix cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Sep 24, 2024
1 parent 4a306a3 commit 9dfb785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ add_custom_target(ZserioCppRuntime-doxygen ALL
)

install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/zserio_doc DESTINATION .)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/coverage/clang DESTINATION zserio_doc/coverage OPTIONAL)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/coverage/gcc DESTINATION zserio_doc/coverage OPTIONAL)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/coverage/ DESTINATION zserio_doc/coverage OPTIONAL)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/clang-tidy-report.txt DESTINATION zserio_doc/clang-tidy OPTIONAL)

0 comments on commit 9dfb785

Please sign in to comment.