Skip to content

Commit

Permalink
Removes the final coverralls step from the opal work flows as this is…
Browse files Browse the repository at this point in the history
… only used by coverralls in parallel task execution
  • Loading branch information
fredkingham committed Aug 31, 2022
1 parent e51ec73 commit 9759a6a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9759a6a

Please sign in to comment.