Skip to content

Commit

Permalink
ci: fix codecov upload from main (#4)
Browse files Browse the repository at this point in the history
From codecov-actioin@v4:
> Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token)
  • Loading branch information
aceforeverd authored Mar 28, 2024
1 parent 10ac89e commit 3c2712e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ jobs:
files: go/coverage.out
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3c2712e

Please sign in to comment.