Skip to content

Commit

Permalink
Fix coveralls integration
Browse files Browse the repository at this point in the history
See TheKevJames/coveralls-python#252: the
coveralls API requires a service name, which used to be 'github', but a
new release of https://pypi.org/p/coveralls switched the default to
'github-actions'.

Nobody understands the exact difference between the two, but I have 19
repositories that now fail coveralls uploads using the 'github-actions'
service name, and I hope that switching to 'github' will fix them.
  • Loading branch information
mgedmin committed Jan 18, 2021
1 parent b700c4f commit 1e198dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github

lint:
name: ${{ matrix.toxenv }}
Expand Down

0 comments on commit 1e198dd

Please sign in to comment.