diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f521cd6..3553b379 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,8 +27,8 @@ jobs: - name: Test run: go test -v ./... -coverprofile cover.out - - name: Update coverage report - uses: ncruces/go-coverage-report@v0 - with: - coverage-file: cover.out - if: github.event_name == 'push' +# - name: Update coverage report +# uses: ncruces/go-coverage-report@v0 +# with: +# coverage-file: cover.out +# if: github.event_name == 'push'