From 21fc97d4985a1b1765af71e7914184107228c5ea Mon Sep 17 00:00:00 2001 From: akielaries Date: Fri, 16 Feb 2024 15:29:56 -0700 Subject: [PATCH] #EDITS: updates to linalg module and file seperation --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a7fc3cfe8..4f46e7b47 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -158,8 +158,8 @@ if(LCOV) COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "[==========]" COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --cyan --bold "[Generating Coverage Reports]" COMMAND lcov --directory .. --capture --output-file lcov.info --rc geninfo_unexecuted_blocks=1 #--ignore-errors mismatch,mismatch - COMMAND lcov --remove lcov.info "*c++*" "*/googletest/*" "*/gtest*" "/usr/*" "/src" "/build" -o lcov.info --ignore-errors unused - COMMAND mv lcov.info ../../.coverage + COMMAND lcov --remove lcov.info "*c++*" "*11*" "*/googletest/*" "*/gtest*" "/usr/*" "/src" "/build" -o lcov.info --ignore-errors unused + #COMMAND mv lcov.info ../../.coverage ) endif() else()