Skip to content

Commit

Permalink
更新下action
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed May 18, 2023
1 parent 9122077 commit 8beb74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Test
run: go test -v -coverprofile='coverage.out' -covermode=count ./...

- name: Upload Coverage report
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.out

0 comments on commit 8beb74a

Please sign in to comment.