Skip to content

Commit

Permalink
Merge pull request #112 from aofei/CODECOV_TOKEN
Browse files Browse the repository at this point in the history
ci: fix missing CODECOV_TOKEN for codecov/codecov-action@v4
  • Loading branch information
xushiwei authored Mar 19, 2024
2 parents 6949ea5 + 8d5a425 commit 50a821e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 50a821e

Please sign in to comment.