We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f35b92 commit 86ced1aCopy full SHA for 86ced1a
CMakeLists.txt
@@ -18,7 +18,7 @@ option(COVERAGE "Generate Coverage Data" OFF)
18
if (COVERAGE)
19
include(CodeCoverage)
20
set(LCOV_REMOVE_EXTRA "'vendor/*'")
21
- setup_target_for_coverage(code_coverage test/cpp-test coverage)
+ setup_target_for_coverage(code_coverage test/human_detector_tracker_tests coverage)
22
set(COVERAGE_SRCS src/Robot.cpp src/HumanDetector.cpp include/Humandetector.h include/Rohot.h)
23
24
SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
0 commit comments