open-telemetry / opamp-go

OpAMP protocol implementation in Go
Apache License 2.0
146 stars 71 forks source link

Make renovatebot to run go mod tidy #224

Closed tigrannajaryan closed 10 months ago

tigrannajaryan commented 10 months ago

See https://docs.renovatebot.com/golang/#module-tidying

codecov[bot] commented 10 months ago

Codecov Report

Attention: 130 lines in your changes are missing coverage. Please review.

Comparison is base (efddaa2) 76.11% compared to head (e6a4fb1) 72.70%. Report is 36 commits behind head on main.

Files Patch % Lines
internal/certs.go 0.00% 118 Missing :warning:
client/internal/httpsender.go 88.00% 2 Missing and 1 partial :warning:
client/internal/mockserver.go 85.71% 2 Missing and 1 partial :warning:
server/httpconnection.go 0.00% 2 Missing :warning:
client/internal/clientcommon.go 90.90% 1 Missing :warning:
client/internal/packagessyncer.go 0.00% 1 Missing :warning:
client/internal/receivedprocessor.go 90.90% 1 Missing :warning:
server/serverimpl.go 95.65% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #224 +/- ## ========================================== - Coverage 76.11% 72.70% -3.42% ========================================== Files 24 25 +1 Lines 1834 2022 +188 ========================================== + Hits 1396 1470 +74 - Misses 326 443 +117 + Partials 112 109 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tigrannajaryan commented 10 months ago

This is probably not necessary, we can do it manually, should be rare.

tigrannajaryan commented 10 months ago

Looks like this is really needed, 2 last updates failed because of it. Let's try enabling.