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 edf95da + 448798f commit c1feccdCopy full SHA for c1feccd
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} >/dev/null"
+ COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}"
138
WORKING_DIRECTORY ${GCDA_DIR}
139
)
140
endforeach()
0 commit comments