From: Tomas Mraz Date: Mon, 13 Jan 2025 13:24:22 +0000 (+0100) Subject: coveralls.yml: Avoid excluding subdirectories of already excluded dirs X-Git-Tag: openssl-3.5.0-alpha1~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74cbe9d1a4613007968c2a320051fc6bb0f4081d;p=thirdparty%2Fopenssl.git coveralls.yml: Avoid excluding subdirectories of already excluded dirs Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26405) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 5469bdc1945..7dbba96764a 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -80,8 +80,6 @@ jobs: - name: generate coverage info run: lcov -d . -c --exclude "${PWD}/test/*" - --exclude "${PWD}/test/helpers/*" - --exclude "${PWD}/test/testutil/*" --exclude "${PWD}/fuzz/*" --exclude "/usr/include/*" --ignore-errors mismatch