Skip to content

Commit

Permalink
gcovr: ignore all errors
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Jan 13, 2025
1 parent 58ab68b commit 138b252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ endif()
# testing
if(EVEREST_CORE_BUILD_TESTING)
add_subdirectory(tests)
set(GCOVR_ADDITIONAL_ARGS "--gcov-ignore-errors=no_working_dir_found")
set(GCOVR_ADDITIONAL_ARGS "--gcov-ignore-errors=all")
setup_target_for_coverage_gcovr_html(
NAME ${PROJECT_NAME}_gcovr_coverage
EXECUTABLE ctest
Expand Down

0 comments on commit 138b252

Please sign in to comment.