Skip to content

Commit

Permalink
Pin coverage reporter version
Browse files Browse the repository at this point in the history
Due to an issue with the coveralls coverage reporter, the
generated code coverage can not be pushed to coveralls and
leads to a failed integration test pipeline. Pinning the
coverage reporter to v0.6.9 is the suggested workaround:
coverallsapp/github-action#205

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed May 22, 2024
1 parent 6944551 commit 5b2d04b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: '/var/tmp/coveralls.info'
format: lcov
# Pin the version of the coverage reporter as suggested in
# https://github.com/coverallsapp/github-action/issues/205#issuecomment-2113945931
# TODO: Remove when the coverage reporter issue is resolved
coverage-reporter-version: v0.6.9

0 comments on commit 5b2d04b

Please sign in to comment.