Update go.yml

This commit is contained in:
Masaaki Goshima 2024-05-09 19:51:03 +09:00 committed by GitHub
parent c352e8fb18
commit 581620b5c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}