test commit
Some checks failed
ci / build (push) Failing after 25s

This commit is contained in:
2026-02-01 19:25:03 +01:00
parent 3a44910961
commit 7121b945d7
4 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -0,0 +1 @@
---

View File

@@ -0,0 +1,3 @@
Start testing: Feb 01 19:16 CET
----------------------------------------------------------
End testing: Feb 01 19:16 CET