From 7121b945d754b585a69ad2b7654a4b1b1b57c830 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 1 Feb 2026 19:25:03 +0100 Subject: [PATCH] test commit --- .gitea/workflows/ci.yml | 3 ++- CMakeLists.txt | 3 --- Testing/Temporary/CTestCostData.txt | 1 + Testing/Temporary/LastTest.log | 3 +++ 4 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 Testing/Temporary/CTestCostData.txt create mode 100644 Testing/Temporary/LastTest.log diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9197f40..2ffbb43 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: - name: Coverage run: | - lcov --capture --directory build --output-file build/coverage.info + GCOV_TOOL="$(command -v gcov-11 || command -v gcov)" + lcov --gcov-tool "$GCOV_TOOL" --capture --directory build --output-file build/coverage.info lcov --remove build/coverage.info "/usr/*" "*/build/*" "*/_deps/*" --output-file build/coverage.info lcov --summary build/coverage.info genhtml build/coverage.info --output-directory build/coverage-html diff --git a/CMakeLists.txt b/CMakeLists.txt index e036253..4985e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2 -DNDEBUG -Wall -Wextra -Wpedantic -Werror") set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG -Wall -Wextra -Wpedantic") -# set(CMAKE_C_COMPILER "/usr/bin/clang") -# set(CMAKE_CXX_COMPILER "/usr/bin/clang++") - find_package(PkgConfig REQUIRED) pkg_check_modules(GTKMM REQUIRED gtkmm-4.0) diff --git a/Testing/Temporary/CTestCostData.txt b/Testing/Temporary/CTestCostData.txt new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/Testing/Temporary/CTestCostData.txt @@ -0,0 +1 @@ +--- diff --git a/Testing/Temporary/LastTest.log b/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..dc30432 --- /dev/null +++ b/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Feb 01 19:16 CET +---------------------------------------------------------- +End testing: Feb 01 19:16 CET