Skip to content

Commit

Permalink
coverage report fails on goal files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 20, 2024
1 parent c86fe0c commit 185de79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 185de79

Please sign in to comment.