Skip to content

Commit

Permalink
perf: don't remove gcov files (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Apr 5, 2024
1 parent 448ef92 commit f9a0e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/test/Coverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ function(add_code_coverage_all_targets)
${GCOVR_PATH} --html-details --root ${CMAKE_SOURCE_DIR}
--exclude-noncode-lines --output
${CMAKE_COVERAGE_OUTPUT_DIRECTORY}/coverage/index.html ${GCOV_OPTION}
${_include_command} ${_exclude_command} --delete
${_include_command} ${_exclude_command}
DEPENDS ccov-all-capture)

return()
Expand Down

0 comments on commit f9a0e68

Please sign in to comment.