From 75416c098e0e21f1e24fba99e28773f8b25a8d01 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 10 Jan 2025 16:10:46 +0100 Subject: coveralls.yml: Add --ignore-errors mismatch Once lcov is updated to 2.2 version or later, it could be dropped. Reviewed-by: Neil Horman Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/26381) --- .github/workflows/coveralls.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/coveralls.yml') diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1042cabdd1..5469bdc194 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -84,6 +84,7 @@ jobs: --exclude "${PWD}/test/testutil/*" --exclude "${PWD}/fuzz/*" --exclude "/usr/include/*" + --ignore-errors mismatch -o ./lcov.info - name: Coveralls upload uses: coverallsapp/github-action@v2.3.2 -- cgit v1.2.3