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 df89ba8 commit 3778924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -61,6 +61,7 @@ jobs:
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github

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

0 comments on commit 3778924

Please sign in to comment.