diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a095a15..4d1a29f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ matrix.go }} - run: go test -race -v -coverprofile=profile.cov ./pkg/... - - uses: codecov/codecov-action@v4.1.0 + - uses: codecov/codecov-action@v4 with: file: ./profile.cov name: codecov-go