From daf82b001ba3803c30bb9365ee4966b54048dca9 Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Wed, 23 Jul 2025 08:34:46 -0300 Subject: [PATCH] ci: fix coveralls parallel builds --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae930b3..3a4e37e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,19 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./test/coverage/lcov.info + parallel: true + flag-name: node-${{ matrix.node }}-${{ matrix.os }} + + coveralls-finish: + name: Coveralls Finished + runs-on: ubuntu-latest + needs: test + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@v2 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + parallel-finished: true deno-tests: name: Deno Tests / ${{ matrix.deno }}