Skip to content

Commit

Permalink
Send coverage profile to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Dec 15, 2020
1 parent 6e75f11 commit cbdcbc2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ jobs:
run: go mod download

- name: Test
run: go test -v ./...
run: go test -v -coverprofile=profile.cov ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
flag-name: Go-${{ matrix.go }}
ignore: zendesk/mock/client.go

0 comments on commit cbdcbc2

Please sign in to comment.