Skip to content

Commit

Permalink
Print codecov token.
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 3e166f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: unit
run: make test
- name: print codecov token
run: echo ${{ secrets.CODECOV_TOKEN }}
- name: report coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 3e166f9

Please sign in to comment.