From: Nathan Moinvaziri Date: Wed, 4 Nov 2020 03:57:25 +0000 (-0800) Subject: Disable codecov in MinGW i686 due to gcov locking error when multiple tests run at... X-Git-Tag: v2.0.0-RC1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7b987d83f67684c7dff2cf8acc66c39996478a;p=thirdparty%2Fzlib-ng.git Disable codecov in MinGW i686 due to gcov locking error when multiple tests run at the same time. profiling:gzlib.c.gcda:Data file mismatch - some data files may have been concurrently updated without locking support --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b61457bd9..694bffe84 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -200,7 +200,7 @@ jobs: compiler: i686-w64-mingw32-gcc cmake-args: -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-mingw-i686.cmake packages: wine32 gcc-mingw-w64 - codecov: ubuntu_gcc_mingw_i686 + # Codecov disabled due to gcov locking issue error - name: Ubuntu MinGW x86_64 os: ubuntu-latest