Skip to content

Commit

Permalink
Update codecov action version to 4.2.0. (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
xuezhaojun committed Apr 23, 2024
1 parent 5abe605 commit c0b6104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: unit
run: make test
- name: report coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.2.0
with:
files: ./cover.out
flags: unit
Expand Down

0 comments on commit c0b6104

Please sign in to comment.