Skip to content

Commit

Permalink
Test fix coveralls (shapely#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and mwtoews committed Feb 9, 2021
1 parent 46bdaa4 commit 4b03b75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,10 @@ jobs:
- name: Upload coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github-actions
COVERALLS_PARALLEL: true
shell: bash
run: |
coveralls || echo "!! intermittent coveralls failure"
coveralls --service=github || echo "!! intermittent coveralls failure"
coveralls:
name: Indicate completion to coveralls.io
Expand Down

0 comments on commit 4b03b75

Please sign in to comment.