]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Use gcov from MinGW32 when generating coverage for 32-bit builds.
authorMika Lindqvist <postmaster@raasu.org>
Mon, 4 May 2026 19:01:15 +0000 (22:01 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 5 May 2026 16:55:45 +0000 (18:55 +0200)
.github/workflows/cmake.yml

index e77baf66590c423b1ccd238dc7277d01d209c97f..0137f49af0750d4ceeb20e2dcc6ed269a93f3e35 100644 (file)
@@ -587,6 +587,7 @@ jobs:
             shell: msys2 {0}
             compiler: i686-w64-mingw32-gcc
             cxx-compiler: i686-w64-mingw32-g++
+            gcov-exec: D:/a/_temp/msys64/mingw32/bin/gcov
             coverage: win32_gcc
 
           - name: Windows GCC MinGW32 Compat
@@ -595,6 +596,7 @@ jobs:
             compiler: i686-w64-mingw32-gcc
             cxx-compiler: i686-w64-mingw32-g++
             cmake-args: -DZLIB_COMPAT=ON
+            gcov-exec: D:/a/_temp/msys64/mingw32/bin/gcov
             coverage: win32_gcc_compat
 
           - name: macOS Clang (Intel, Target 10.10)