Skip to content

Commit

Permalink
Choose between two gcov's
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent fe6a4f0 commit dcd8cee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
env:
CMAKE_MESSAGE_LOG_LEVEL: VERBOSE
#CODECOV_GCOV: ${{ matrix.arch == 'x86' && 'C:/mingw64/bin/gcov.exe' || '' }}
CODECOV_GCOV: 'C:/mingw64/bin/gcov.exe'
CODECOV_GCOV: ${{ maxtrix.aqtTool && 'D:/a/dokit/Qt/Tools/mingw1310_64/bin/gcov.exe' || 'C:/mingw64/bin/gcov.exe' }}

Check failure on line 556 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

556:121 [line-length] line too long (126 > 120 characters)
ENABLE_COVERAGE: ${{ matrix.toolchain == 'msvc' && 'false' || 'true' }}
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.toolchain }}.qt-${{ matrix.qt }}
run: |
Expand Down Expand Up @@ -584,9 +584,9 @@ jobs:
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose
- run: dir . /s
working-directory: ${{ runner.temp }}
- 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 }}
#- 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
Expand Down

0 comments on commit dcd8cee

Please sign in to comment.