Skip to content

Commit

Permalink
ci: update go.yml
Browse files Browse the repository at this point in the history
* go coverage report
  • Loading branch information
rotemhoresh authored Sep 30, 2024
1 parent 9b18b41 commit bae5e32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:

- name: Test
run: go test -v ./...

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: false
amend: true
if: |
matrix.os == 'ubuntu-latest' &&
github.event_name == 'push'
continue-on-error: true

0 comments on commit bae5e32

Please sign in to comment.