Skip to content

Commit 8d1d8bb

Browse files
committed
pipeline: replace TheKevJames/coveralls-python with coverallsapp/github-action (fixing "422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs")
fphammerle/python-manchester-code@81a66a9
1 parent 1cd90b3 commit 8d1d8bb

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,7 @@ jobs:
5656
# https://github.com/PyCQA/pylint/issues/352
5757
- run: pipenv run pylint tests/*
5858
- run: pipenv run mypy "$(cat *.egg-info/top_level.txt)" tests
59-
# >=2.1.0 to support GITHUB_TOKEN
60-
# COVERALLS_REPO_TOKEN required manual configuration of secret
61-
# https://github.com/TheKevJames/coveralls-python/commit/f597109b62fadaf900af79d4f08a7debee5229e2
62-
- run: pip install 'coveralls>=2.1.0,<4'
63-
- run: coveralls
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
# https://github.com/TheKevJames/coveralls-python/issues/240#issuecomment-758336355
67-
COVERALLS_SERVICE_NAME: github
59+
- uses: coverallsapp/github-action@v2
6860
check-links:
6961
runs-on: ubuntu-20.04
7062
strategy:

0 commit comments

Comments
 (0)