From 27341fd6fe29afcb40cbcd2b96632a973e16ea5e Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 14 Feb 2021 18:53:56 -0800 Subject: [PATCH] Re-enable code coverage for mingw i686 ci. --- .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 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 -- 2.47.2