diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ecbd73b10..33ba8739b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -583,9 +583,9 @@ jobs: - run: lcov --capture --directory . --output-file coverage.info shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}' working-directory: ${{ runner.temp }} - - name: Collate test coverage - if: matrix.toolchain != 'msvc' - run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose + #- name: Collate test coverage + # if: matrix.toolchain != 'msvc' + # run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose - name: Collate test coverage if: matrix.toolchain != 'msvc' shell: bash