From: Nathan Moinvaziri Date: Mon, 15 Feb 2021 02:53:56 +0000 (-0800) Subject: Re-enable code coverage for mingw i686 ci. X-Git-Tag: 2.0.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27341fd6fe29afcb40cbcd2b96632a973e16ea5e;p=thirdparty%2Fzlib-ng.git Re-enable code coverage for mingw i686 ci. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c9c984d2..2fd29bb0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -230,7 +230,7 @@ jobs: compiler: i686-w64-mingw32-gcc cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-mingw-i686.cmake packages: wine32 gcc-mingw-w64 - # Codecov disabled due to gcov locking issue error + codecov: ubuntu_gcc_mingw_i686 # Limit parallel test jobs to prevent wine errors parallels-jobs: 3