Skip to content

Commit

Permalink
chore(ci): upgrade codecov to v4 and add TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ggicci committed Apr 13, 2024
1 parent f3327b2 commit 7ebc655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: make test/cover

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
name: codecov-umbrella
files: ./main.cover.out
Expand Down

0 comments on commit 7ebc655

Please sign in to comment.