Skip to content

Commit

Permalink
pipeline: replace TheKevJames/coveralls-python with coverallsapp/gith…
Browse files Browse the repository at this point in the history
…ub-action (fixing "422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs")

fphammerle/python-cc1101@8d1d8bb
  • Loading branch information
fphammerle committed Apr 29, 2023
1 parent d1736b7 commit e868a90
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,4 @@ jobs:
# > [Errno 2] No such file or directory: 'tests/resources/__init__.py' (parse-error)
- run: pipenv run pylint --disable=parse-error tests/*
- run: pipenv run mypy "$(cat *.egg-info/top_level.txt)" tests
# >=2.1.0 to support GITHUB_TOKEN
# COVERALLS_REPO_TOKEN required manual configuration of secret
# https://github.com/TheKevJames/coveralls-python/commit/f597109b62fadaf900af79d4f08a7debee5229e2
- run: pip install 'coveralls>=2.1.0,<4'
- run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/TheKevJames/coveralls-python/issues/240#issuecomment-758336355
COVERALLS_SERVICE_NAME: github
- uses: coverallsapp/github-action@v2

0 comments on commit e868a90

Please sign in to comment.