Working on Github Actions
This commit is contained in:
parent
7b2a3f768c
commit
862d258eb3
|
@ -36,7 +36,7 @@ if(RP3D_CODE_COVERAGE_ENABLED)
|
|||
INCLUDE(CodeCoverage)
|
||||
SETUP_TARGET_FOR_COVERAGE_LCOV(
|
||||
NAME coverage
|
||||
EXECUTABLE ./test/tests)
|
||||
EXECUTABLE test/tests)
|
||||
APPEND_COVERAGE_COMPILER_FLAGS()
|
||||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue
Block a user