Skip to content

Commit

Permalink
[#382] Update gcov commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 committed Jan 8, 2025
1 parent 46410da commit c047e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ if(${CODECOV})
# | grep -A 5 "Adder.cpp" > CoverageSummary.tmp
#COMMAND cat CoverageSummary.tmp
#COMMAND echo "-- Coverage files have been output to ${PROJECT_BINARY_DIR}/coverage"
COMMAND lcov -c --directory ${OBJECT_DIR} --output-file ${PROJECT_BINARY_DIR}/coverage/results.info
COMMAND genhtml ${PROJECT_BINARY_DIR}/coverage/results.info --output-directory ${PROJECT_BINARY_DIR}/coverage/results
#COMMAND lcov -c --directory ${OBJECT_DIR} --output-file ${PROJECT_BINARY_DIR}/coverage/results.info
#COMMAND genhtml ${PROJECT_BINARY_DIR}/coverage/results.info --output-directory ${PROJECT_BINARY_DIR}/coverage/results
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/coverage
)
add_dependencies(gcov ut_tc_apply)
Expand Down

0 comments on commit c047e9f

Please sign in to comment.