diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 401443e..0957575 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: with: go-version: '1.22' - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.1.2 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}