From 876a09b8ce1146eb6e2daa372d82a4f282e3745d Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Fri, 21 Feb 2025 18:13:05 +0900 Subject: [PATCH] Added ignore mismatch. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bc5e994a..13029c62 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,7 +67,7 @@ jobs: working-directory: build run: | # Create lcov report - lcov --capture --directory . --output-file coverage.info + lcov --capture --directory . --output-file coverage.info --ignore-errors mismatch lcov --remove coverage.info '/usr/*' --output-file coverage.info # filter system-files lcov --list coverage.info # debug info # Uploading report to CodeCov