Skip to content

Commit

Permalink
#163 Remove coveralls
Browse files Browse the repository at this point in the history
Reason: Everytime there is a year or so between updates, coveralls is broken for one reason or another.
  • Loading branch information
roskakori committed Dec 10, 2024
1 parent 3120214 commit 374cb37
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- name: Run the test suite
run: |
poetry run pytest --cov=cutplace --cov-branch
- name: Update coveralls
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION}}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry run coveralls
check-style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 374cb37

Please sign in to comment.