Skip to content

Commit

Permalink
Remove codecov token in actions.
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun committed Jan 16, 2024
1 parent 00d2026 commit 28694e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- name: report coverage
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_UPLOAD_TOKEN}}
files: ./cover.out
flags: unit
name: unit
Expand Down

0 comments on commit 28694e7

Please sign in to comment.