Skip to content

Commit

Permalink
Set COVERALLS_SERVICE_NAME to github in GitHub Actions Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 12, 2021
1 parent 6de9b85 commit d116e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
COVERALLS_SERVICE_NAME: github
if: ${{ github.event_name == 'push' }}
run: |
coveralls
Expand Down

0 comments on commit d116e94

Please sign in to comment.