From: Tom Hughes Date: Wed, 24 May 2023 16:55:29 +0000 (+0100) Subject: Limit coveralls to reading lcov output X-Git-Tag: live~1298 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/218b140912dd99d87c61d609da42b8507f89ccb8?ds=sidebyside;hp=c96b154b5f56ffbf40eb8a62ee528bef8adec69b Limit coveralls to reading lcov output Fixes #4043 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb6c100d4..c6c54c71d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,6 +64,7 @@ jobs: with: github-token: ${{ secrets.github_token }} flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }} + format: lcov parallel: true finish: name: Finalise