update codecov action, pass token (#987)

This commit is contained in:
Alex Baranov
2025-05-04 15:45:40 +01:00
committed by GitHub
parent 77ccac8d34
commit 6181facea7
2 changed files with 261 additions and 1 deletions

View File

@@ -24,4 +24,6 @@ jobs:
- name: Run tests
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}