We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bace1d9 commit 73ec09aCopy full SHA for 73ec09a
cmake/GzCodeCoverage.cmake
@@ -141,7 +141,7 @@ FUNCTION(gz_setup_target_for_coverage)
141
# Capturing lcov counters and generating report
142
COMMAND ${LCOV_PATH} ${_branch_flags} -q --no-checksum
143
--directory ${PROJECT_BINARY_DIR} --capture
144
- --output-file ${_outputname}.info 2>/dev/null
+ --output-file ${_outputname}.info
145
# Remove negative counts
146
COMMAND sed -i '/,-/d' ${_outputname}.info
147
COMMAND ${LCOV_PATH} ${_branch_flags} -q
0 commit comments