Skip to content

Commit

Permalink
Merge pull request #150 from JacobOaks/joaks/codecov_token
Browse files Browse the repository at this point in the history
CI: Use codecov token
  • Loading branch information
JacobOaks authored Apr 29, 2024
2 parents 30b21bb + be6ba36 commit 5d9ac57
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 @@ -31,6 +31,8 @@ jobs:

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

lint:
name: Lint
Expand Down

0 comments on commit 5d9ac57

Please sign in to comment.