mirror of https://github.com/goccy/go-json.git
Update go.yml
This commit is contained in:
parent
c352e8fb18
commit
581620b5c5
|
@ -85,7 +85,8 @@ jobs:
|
|||
go-version: '1.21'
|
||||
- name: measure coverage
|
||||
run: make cover
|
||||
- uses: codecov/codecov-action@v3
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue