From f01d4fdc2a87d0261f6e984c20a57e83edb8d54d Mon Sep 17 00:00:00 2001 From: Diana Thayer Date: Fri, 7 May 2021 10:57:33 -0700 Subject: [PATCH] chore: combine coverage reports --- .github/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 547556e..672a6e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,3 +44,14 @@ jobs: with: github-token: ${{ github.token }} path-to-lcov: ./lcov.info + flag-name: run-${{ matrix.os }}-${{ matrix.node }} + parallel: true + finish: + needs: tests + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.github_token }} + parallel-finished: true