Skip to content

Commit 448798f

Browse files
committed
Enable coverage output
1 parent eda350b commit 448798f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/coverallsGcovJsons.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES})
134134
# If -p is not specified then the file is named only "the_file.c.gcov"
135135
#
136136
execute_process(
137-
COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null"
137+
COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}"
138138
WORKING_DIRECTORY ${GCDA_DIR}
139139
)
140140
endforeach()

0 commit comments

Comments
 (0)