Skip to content

Commit

Permalink
Tell coveralls the correct arch
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 18, 2025
1 parent e1176d0 commit de316e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
uses: coverallsapp/github-action@v2
with:
# Note, the coverage-reporter-platform option is currently undocumented. See
# https://github.com/coverallsapp/github-action/issues/218#issuecomment-2436338747
coverage-reporter-platform: ${{ matrix.arch == 'arm64' && 'aarch64' || 'x86_64' }}
file: ${{ runner.temp }}/coverage/coverage.info
format: lcov
flag-name: linux-${{ matrix.cc }}-${{ matrix.qt }}
Expand Down

0 comments on commit de316e8

Please sign in to comment.