From 9759a6a6266d29967e615eeb3082bf9ad779c824 Mon Sep 17 00:00:00 2001 From: fredkingham Date: Wed, 31 Aug 2022 09:07:07 +0100 Subject: [PATCH] Removes the final coverralls step from the opal work flows as this is only used by coverralls in parallel task execution --- .github/workflows/build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9a131109..7142a8b46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,18 +53,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}" COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - coveralls: - name: Indicate completion to coveralls.io - needs: integration-test - runs-on: ubuntu-latest - container: python:3-slim - steps: - - name: Finished - run: | - pip3 install --upgrade coveralls - coveralls --service=github --finish - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # make sure the python side of things works on windows other-os-tests: name: Test ${{ matrix.os }} Python ${{ matrix.python-version }}