Skip to content

Commit

Permalink
GitHub Actions: setup CODECOV_TOKEN
Browse files Browse the repository at this point in the history
CODECOV_TOKEN added as repository secret at https://github.com/dolmen-go/codegen/settings/secrets/actions
and referenced in the Actions workflow.
  • Loading branch information
dolmen committed Mar 28, 2024
1 parent d355476 commit 3cc19e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ jobs:
run: go test -v -covermode=atomic -coverprofile=coverage.out ./...

- name: Upload coverage to Codecov.io
# https://github.com/codecov/codecov-action
# https://docs.codecov.com/docs/quick-start
uses: codecov/codecov-action@v4
with:
# https://github.com/dolmen-go/codegen/settings/secrets/actions
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3cc19e9

Please sign in to comment.