diff --git a/.github/workflows/test-coveralls.yml b/.github/workflows/test-coveralls.yml index bee3658..b651f49 100644 --- a/.github/workflows/test-coveralls.yml +++ b/.github/workflows/test-coveralls.yml @@ -24,4 +24,14 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.GH_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.GH_TOKEN }} + + finish: + needs: build + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GH_TOKEN }} + parallel-finished: true \ No newline at end of file