From: Tomas Mraz Date: Fri, 10 Jan 2025 15:10:46 +0000 (+0100) Subject: coveralls.yml: Add --ignore-errors mismatch X-Git-Tag: openssl-3.5.0-alpha1~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75416c098e0e21f1e24fba99e28773f8b25a8d01;p=thirdparty%2Fopenssl.git 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) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1042cabdd16..5469bdc1945 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