Skip to content

Commit

Permalink
chore: fix codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Jun 11, 2024
1 parent 88bc39c commit 7002995
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 @@ -42,6 +42,8 @@ jobs:

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7002995

Please sign in to comment.