From 7592414ca6a64eae40747bb3af194ce32aefe998 Mon Sep 17 00:00:00 2001 From: Songmu Date: Fri, 25 Oct 2019 00:47:00 +0900 Subject: [PATCH] use jderusse/goveralls for now --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3c61d7..56516f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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'"