diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a22740197c..ec137631b3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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