Skip to content

Commit

Permalink
Change codecov key name. (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
xuezhaojun authored Apr 26, 2024
1 parent 6ff9689 commit c049a71
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 @@ -64,7 +64,7 @@ jobs:
- name: report coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
files: ./cover.out
flags: unit
name: unit
Expand Down

0 comments on commit c049a71

Please sign in to comment.