From 185de794acd71236e6b7286a52ff0f22f9304383 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Fri, 20 Dec 2024 02:57:57 -0800 Subject: [PATCH] coverage report fails on goal files --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'