From 218b140912dd99d87c61d609da42b8507f89ccb8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 24 May 2023 17:55:29 +0100 Subject: [PATCH] Limit coveralls to reading lcov output Fixes #4043 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5