Skip to content

Commit

Permalink
ci: added CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
pilinux committed Aug 17, 2023
1 parent f259412 commit bbe8f94
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 @@ -46,6 +46,8 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name == 'push'
run: bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Update Go report card
if: github.event_name == 'push'
Expand Down

0 comments on commit bbe8f94

Please sign in to comment.