Commit 45de8d7 for zlib

commit 45de8d73de7543d03924cf798a7ad5e89a6733d9
Author: Vollstrecker <werner@vollstreckernet.de>
Date:   Thu Dec 25 13:56:48 2025 +0100

    Exclude coverage from FreeBSD workflow.

    Since https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291233 is
    not fixed in 15.x.

diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 22ce2f2..11a7bcf 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -44,7 +44,7 @@ jobs:
         run: |
           cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
           cmake --build build/
-          ctest --test-dir build --output-on-failure
+          ctest --test-dir build --output-on-failure -E .*summary

   netbsd:
     runs-on: ubuntu-latest