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)