Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Nov 20, 2024
1 parent 09b1657 commit cee97bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: go test -coverprofile='coverage.txt' -covermode=atomic

- name: Upload coverage file
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit cee97bf

Please sign in to comment.