From 74cbe9d1a4613007968c2a320051fc6bb0f4081d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 13 Jan 2025 14:24:22 +0100 Subject: coveralls.yml: Avoid excluding subdirectories of already excluded dirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26405) --- .github/workflows/coveralls.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 5469bdc194..7dbba96764 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 -- cgit v1.2.3