From 94df7970a02566c6a43d96a307e72ce3fd786755 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 5 Aug 2021 15:35:41 +0200 Subject: [PATCH] Working on Github Actions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90fd1d52..4b2c0c9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(RP3D_CODE_COVERAGE_ENABLED) INCLUDE(CodeCoverage) SETUP_TARGET_FOR_COVERAGE_LCOV( NAME coverage - EXECUTABLE tests) + EXECUTABLE "test/tests") APPEND_COVERAGE_COMPILER_FLAGS() # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage") endif()