diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 14f3c81..14e72a6 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -40,6 +40,16 @@ jobs: uses: AndreMiras/coveralls-python-action@develop with: parallel: true + +# See: https://github.com/AndreMiras/coveralls-python-action + coveralls_finish: + needs: test + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: AndreMiras/coveralls-python-action@develop + with: + parallel-finished: true # - name: Coveralls Parallel # uses: coverallsapp/github-action@master @@ -59,11 +69,3 @@ jobs: # parallel-finished: true - coveralls_finish: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop - with: - parallel-finished: true