From 03c983c263bf26e8a2891128f9677f493307bfff Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Sat, 5 Oct 2024 07:28:20 +0000 Subject: [PATCH] Test 6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f32a52bc..d617d5a80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -943,7 +943,7 @@ jobs: # Create lcov report # capture coverage info vers="${CC#*-}" - lcov --directory . --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} + lcov --directory . --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-${vers} --ignore-errors gcov # filter out system and extra files. # To also not include test code in coverage add them with full path to the patterns: '*/tests/*' lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' \