From c523402b11dce3a5b8931af73816d970b092bc41 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 18 Mar 2021 17:51:23 +0900 Subject: [PATCH] Fix workflow for coverage --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2fda7c1..8c5770a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: measure coverage - run: go test -v -coverprofile=coverage.out ./ -count=1 + run: make cover - name: report coverage run: | bash <(curl -s https://codecov.io/bash)