Skip to content

Commit

Permalink
Revert some temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 2d8ea71 commit 35b372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (ENABLE_COVERAGE AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
message(STATUS "Found lcov ${CODECOV_LCOV}")
add_custom_target(
coverage
COMMAND ${CODECOV_LCOV} --capture --directory ${PROJECT_BINARY_DIR} --gcov-tool ${CODECOV_GCOV} --output-file coverage.info
COMMAND ${CODECOV_LCOV} --capture --directory . --gcov-tool ${CODECOV_GCOV} --output-file coverage.info
COMMAND ${CODECOV_LCOV} --list coverage.info
COMMAND ${CODECOV_LCOV} --ignore-errors unused --remove coverage.info /usr/* --output-file coverage.info
COMMAND ${CODECOV_LCOV} --ignore-errors unused --remove coverage.info */.qt/* --output-file coverage.info
Expand Down

0 comments on commit 35b372a

Please sign in to comment.