diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eecb2c..bb0b46b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,13 @@ jobs: path: coverage - name: Upload test coverage to Coveralls - if: startsWith(matrix.os, 'ubuntu') uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + parallel: true + + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + parallel-finished: true