Skip to content

Commit

Permalink
Try running lcov directly
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 82ca206 commit a4855b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,14 @@ jobs:
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose
- run: dir . /s
working-directory: ${{ runner.temp }}
- run: |
lcov --version
lcov -capture --directory . --output-file coverage.info
shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'

Check warning on line 577 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

577:22 [comments] missing starting space in comment
working-directory: ${{ runner.temp }}
- name: Collate test coverage
if: matrix.toolchain != 'msvc'
run: cmake --build "$RUNNER_TEMP" --target coverage --verbose
shell: bash #C:\msys64\usr\bin\bash.exe --noprofile --norc -e -o pipefail '{0}'
- name: Upload test results
if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a4855b2

Please sign in to comment.