Update go.yml

This commit is contained in:
Nuno Cruces 2023-02-10 10:19:26 +00:00
parent 7a2286beac
commit ec9bb7b357

View File

@ -26,9 +26,9 @@ jobs:
- name: Test - name: Test
run: go test -v ./... run: go test -v ./...
- name: Update coverage badge - if: github.event_name == 'push'
uses: ncruces/go-coverage-report@v0.1.2 name: Update coverage badge
continue-on-error: true uses: ncruces/go-coverage-report@v0.1.0
macos: macos:
runs-on: macos-latest runs-on: macos-latest