diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ffbbdc8..7c0ce56 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -81,7 +81,9 @@ jobs: go-version: '^1.21.5' - uses: actions/checkout@v3 - run: go test ./... -race -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - run: go install github.com/mattn/goveralls@latest - run: goveralls -coverprofile=coverage.out -service=github env: