diff options
author | Tomas Mraz <tomas@openssl.org> | 2025-01-13 14:24:22 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2025-01-13 14:24:22 +0100 |
commit | 74cbe9d1a4613007968c2a320051fc6bb0f4081d (patch) | |
tree | 38afa697e8b75fac321a531a1e3da6c5972a7f5a | |
parent | speed: Pass IV to EVP_CipherInit_ex for -evp runs with non-AEAD ciphers (diff) | |
download | openssl-74cbe9d1a4613007968c2a320051fc6bb0f4081d.tar.xz openssl-74cbe9d1a4613007968c2a320051fc6bb0f4081d.zip |
coveralls.yml: Avoid excluding subdirectories of already excluded dirs
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)
-rw-r--r-- | .github/workflows/coveralls.yml | 2 |
1 files changed, 0 insertions, 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 |