diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef8456..a9ef172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,14 @@ jobs: - run: npm test - name: Coveralls uses: coverallsapp/github-action@v1 + with: + parallel: true + flag-name: ${{ matrix.node-version }} + finish: + needs: [ test ] + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@v1 + with: + parallel-finished: true