diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8163047..b0107e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,11 +39,11 @@ jobs: go test --short -v --covermode=atomic --coverprofile=coverage.out --coverpkg=./... ./... - name: Upload coverage reports - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.out name: ${{ github.event.repository.name }} - verbose: true + token: ${{ secrets.CI_CODECOV_TOKEN }} editorconfig: name: Run editorconfig checker