Skip to content

Commit

Permalink
use jderusse/goveralls for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 24, 2019
1 parent f0ff93f commit 7592414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
go test ./...
- name: coverage
run: |
GO111MODULE=off GOBIN=$(pwd)/bin go get github.com/mattn/goveralls
GO111MODULE=off GOBIN=$(pwd)/bin go get github.com/jderusse/goveralls
bin/goveralls
if: "matrix.os == 'ubuntu-latest' && matrix.go-version == '1.13.x'"
if: "github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.go-version == '1.13.x'"

0 comments on commit 7592414

Please sign in to comment.