Skip to content

Commit

Permalink
MAINT: Coveralls needs to know about the service
Browse files Browse the repository at this point in the history
A recent update to coveralls 3 requires the service
to be explicitly set.
  • Loading branch information
greglucas committed Jan 16, 2021
1 parent 4ae8079 commit a846f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
coveralls
coveralls --service=github

- name: Create image output
if: ${{ steps.test.conclusion == 'failure' }}
Expand Down

0 comments on commit a846f18

Please sign in to comment.