Skip to content

Commit 5605ece

Browse files
committed
remove colon in code coverage
1 parent 448798f commit 5605ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/coverallsGcovJsons.cmake

+1-1
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}"
137+
COMMAND ${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null
138138
WORKING_DIRECTORY ${GCDA_DIR}
139139
)
140140
endforeach()

0 commit comments

Comments
 (0)