Skip to content

Commit

Permalink
Merge pull request #9967 from rouault/ci_coveralls
Browse files Browse the repository at this point in the history
CI: workaround issue with latest version of coverallsapp/coverage-reporter
  • Loading branch information
rouault authored May 20, 2024
2 parents 1000cfa + d83bcce commit efb8078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,13 @@ jobs:
${TEST_CMD}
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
if: ${{ matrix.id == 'coverage' }}
with:
format: lcov
file: build-coverage/gdal_filtered.info
# Pin to v0.6.10 because of issue with v0.6.11 (https://github.com/coverallsapp/coverage-reporter/issues/127)
coverage-reporter-version: v0.6.10

- name: Push build environment
if: github.event_name == 'push'
Expand Down

0 comments on commit efb8078

Please sign in to comment.