From 448798f18bd2cb0388a7768efa2316f0c14077d3 Mon Sep 17 00:00:00 2001 From: liaogang Date: Wed, 22 Mar 2017 11:23:33 +0800 Subject: [PATCH] Enable coverage output --- cmake/coverallsGcovJsons.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/coverallsGcovJsons.cmake b/cmake/coverallsGcovJsons.cmake index ad9a10cb86..6d1a1a7e9b 100644 --- a/cmake/coverallsGcovJsons.cmake +++ b/cmake/coverallsGcovJsons.cmake @@ -134,7 +134,7 @@ foreach(GCDA ${GCDA_FILES}) # If -p is not specified then the file is named only "the_file.c.gcov" # execute_process( - COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA} >/dev/null" + COMMAND "${GCOV_EXECUTABLE} -p -o ${GCDA_DIR} ${GCDA}" WORKING_DIRECTORY ${GCDA_DIR} ) endforeach() -- GitLab