Skip to content

Commit

Permalink
chore: reference codecov token in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
n2p5 committed Oct 15, 2024
1 parent ae9c988 commit 97498d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- name: Coverage
run: make coverage
- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 97498d8

Please sign in to comment.