From 62267067f61ff7dd516a26747f522a0c705a4d99 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Fri, 6 Oct 2023 22:35:49 +0200 Subject: [PATCH] ci(macos): ignore errors --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 95b26a209..d1c001e1b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -53,7 +53,7 @@ jobs: - name: Generate Coverage if: matrix.build_type == 'Debug' run: | - lcov --directory . --capture --output-file coverage.info + lcov --ignore-errors inconsistent --directory . --capture --output-file coverage.info lcov --remove coverage.info \ '*/src/*_unittest.cc' \ '*/src/googletest.h' \