Skip to content

Commit

Permalink
ci: set COVERALLS_SERVICE_NAME explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt authored Feb 18, 2021
1 parent 72930e9 commit cff1377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Run coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
run: |
coveralls
Expand Down

0 comments on commit cff1377

Please sign in to comment.