Skip to content

Commit

Permalink
Add CODECOV_TOKEN environment secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Mar 8, 2024
1 parent 92301df commit 44678ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic -timeout=10m

- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 44678ec

Please sign in to comment.