Skip to content

Commit 73ec09a

Browse files
committed
debug: show lcov error messages
1 parent bace1d9 commit 73ec09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/GzCodeCoverage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ FUNCTION(gz_setup_target_for_coverage)
141141
# Capturing lcov counters and generating report
142142
COMMAND ${LCOV_PATH} ${_branch_flags} -q --no-checksum
143143
--directory ${PROJECT_BINARY_DIR} --capture
144-
--output-file ${_outputname}.info 2>/dev/null
144+
--output-file ${_outputname}.info
145145
# Remove negative counts
146146
COMMAND sed -i '/,-/d' ${_outputname}.info
147147
COMMAND ${LCOV_PATH} ${_branch_flags} -q

0 commit comments

Comments
 (0)