Skip to content

Commit

Permalink
inject codecov secret into codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobOaks committed Feb 20, 2024
1 parent 1ead6a2 commit a3ea3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -42,6 +42,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 a3ea3cb

Please sign in to comment.