Skip to content

Commit

Permalink
add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej.benkovsky committed Nov 26, 2024
1 parent f0e577e commit 08c8acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
go test -coverprofile=cover.out -covermode=atomic -race ./...; [ -f cover.out ] && cat cover.out >> ../coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 08c8acf

Please sign in to comment.