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 authored and rkj committed Apr 15, 2022
1 parent b22b61a commit 50132e9
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 @@ -62,6 +62,7 @@ jobs:
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github

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

0 comments on commit 50132e9

Please sign in to comment.