]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
coveralls.yml: Avoid excluding subdirectories of already excluded dirs
authorTomas Mraz <tomas@openssl.org>
Mon, 13 Jan 2025 13:24:22 +0000 (14:24 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 13 Jan 2025 13:24:22 +0000 (14:24 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26405)

.github/workflows/coveralls.yml

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