Update go.yml
This commit is contained in:
parent
7a2286beac
commit
ec9bb7b357
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
|||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Update coverage badge
|
||||
uses: ncruces/go-coverage-report@v0.1.2
|
||||
continue-on-error: true
|
||||
- if: github.event_name == 'push'
|
||||
name: Update coverage badge
|
||||
uses: ncruces/go-coverage-report@v0.1.0
|
||||
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
|
|
Loading…
Reference in a new issue