diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8406ed3..9267b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,14 +169,6 @@ jobs: COVERALLS_PARALLEL: true run: coveralls - # - name: Coveralls Parallel - # uses: coverallsapp/github-action@v2 - # with: - # format: python - # flag-name: run-${{ matrix.os }}-${{ matrix.python-version }} - # parallel: true - # debug: true - coveralls: name: Indicate completion to coveralls.io needs: unit-test @@ -184,15 +176,9 @@ jobs: container: python:3-slim steps: - # - name: Coveralls Finished - # uses: coverallsapp/github-action@v2 - # with: - # parallel-finished: true - - run: pip3 install --upgrade coveralls - name: Finished env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls --finish -