mirror of https://github.com/goccy/go-json.git
Fix workflow for coverage
This commit is contained in:
parent
15071b164b
commit
c523402b11
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: measure coverage
|
||||
run: go test -v -coverprofile=coverage.out ./ -count=1
|
||||
run: make cover
|
||||
- name: report coverage
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in New Issue