From 738da88e51ad202b43954a75c601b27541ca365f Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Wed, 7 Aug 2024 21:38:38 +0000 Subject: [PATCH] fixup --- .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 0abe080..b93923b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -164,7 +164,7 @@ jobs: - name: Generate coverage reports if: matrix.CODE_COVERAGE == 'ON' run: | - lcov --capture --base-directory ./ --directory build/ --output-file coverage.info + lcov --ignore-errors mismatch --capture --base-directory ./ --directory build/ --output-file coverage.info lcov --remove coverage.info '/usr/*' '*/hpddm/*' '*/pybind11/*' '*/lib/htool/*' --output-file coverage.info - name: Upload coverage to Codecov