diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d4ba0..c9d7bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: - name: Test run: go test -race -coverprofile=coverage.out ./... - - name: Upload coverage + - name: Upload coverage reports to Codecov if: matrix.go-version == '1.23' uses: codecov/codecov-action@v5 with: - files: coverage.out + token: ${{ secrets.CODECOV_TOKEN }} container: runs-on: ubuntu-latest