diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 47089a3e..654e92ed 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -23,12 +23,3 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@v2 - - coveralls_finish: - needs: test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop - with: - parallel-finished: true