Skip to content

Commit

Permalink
ci: add secrets.CODECOV_TOKEN to codecov (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed May 16, 2024
1 parent 749d39b commit 2c0563a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
go test -v -coverpkg=./... -covermode=atomic -coverprofile coverage.txt ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 2c0563a

Please sign in to comment.