]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
coveralls.yml: Add --ignore-errors mismatch
authorTomas Mraz <tomas@openssl.org>
Fri, 10 Jan 2025 15:10:46 +0000 (16:10 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 10 Jan 2025 15:10:46 +0000 (16:10 +0100)
Once lcov is updated to 2.2 version or later, it could be dropped.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/26381)

.github/workflows/coveralls.yml

index 1042cabdd16deae3ab48496807f6c80a04d9a9ae..5469bdc19450fb67f9424cc6b4399e51192fb25d 100644 (file)
@@ -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