We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37be7bb commit 7825dadCopy full SHA for 7825dad
.github/workflows/build.yaml
@@ -583,9 +583,9 @@ jobs:
583
- run: lcov --capture --directory . --output-file coverage.info
584
shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'
585
working-directory: ${{ runner.temp }}
586
- - name: Collate test coverage
587
- if: matrix.toolchain != 'msvc'
588
- run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
+ #- name: Collate test coverage
+ # if: matrix.toolchain != 'msvc'
+ # run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
589
- name: Collate test coverage
590
if: matrix.toolchain != 'msvc'
591
shell: bash
0 commit comments