Skip to content

Commit

Permalink
Enable Coveralls parallel webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Dec 19, 2020
1 parent 13bd447 commit 06ede30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ jobs:
with:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go-version }}
parallel: true
ignore: zendesk/mock/client.go

finalize:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true

0 comments on commit 06ede30

Please sign in to comment.