File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,6 @@ jobs:
497
497
- name : Install LCOV
498
498
if : matrix.toolchain != 'msvc'
499
499
run : pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
500
- - run : dir C:\msys64\ /s
501
500
# - run: C:\msys64\mingw64\bin\lcov --version
502
501
# - run: lcov --version
503
502
- run : lcov --version
@@ -586,6 +585,10 @@ jobs:
586
585
working-directory : ${{ runner.temp }}
587
586
- name : Collate test coverage
588
587
if : matrix.toolchain != 'msvc'
588
+ run : cmake --build "%RUNNER_TEMP%" --target coverage --verbose
589
+ - name : Collate test coverage
590
+ if : matrix.toolchain != 'msvc'
591
+ shell : bash
589
592
run : cmake --build "$RUNNER_TEMP" --target coverage --verbose
590
593
- name : Upload test results
591
594
if : matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)
You can’t perform that action at this time.
0 commit comments