From ac7b987d83f67684c7dff2cf8acc66c39996478a Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Tue, 3 Nov 2020 19:57:25 -0800 Subject: [PATCH] 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 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b61457bd..694bffe8 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 -- 2.47.3