Skip to content

Commit 374cb37

Browse files
committed
#163 Remove coveralls
Reason: Everytime there is a year or so between updates, coveralls is broken for one reason or another.
1 parent 3120214 commit 374cb37

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ jobs:
3838
- name: Run the test suite
3939
run: |
4040
poetry run pytest --cov=cutplace --cov-branch
41-
- name: Update coveralls
42-
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION}}
43-
env:
44-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
run: |
47-
poetry run coveralls
4841
4942
check-style:
5043
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)