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.
2 parents 6273574 + 5605ece commit 32667dbCopy full SHA for 32667db
cmake/coverallsGcovJsons.cmake
@@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES})
134
# If -p is not specified then the file is named only "the_file.c.gcov"
135
#
136
execute_process(
137
- COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}"
+ COMMAND ${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null
138
WORKING_DIRECTORY ${GCDA_DIR}
139
)
140
endforeach()
0 commit comments