Conversation
Signed-off-by: Ivan Valdes <ivan@vald.es>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 24 files with indirect coverage changes @@ Coverage Diff @@
## main #19486 +/- ##
==========================================
- Coverage 68.95% 68.91% -0.04%
==========================================
Files 420 420
Lines 35762 35762
==========================================
- Hits 24658 24647 -11
- Misses 9677 9689 +12
+ Partials 1427 1426 -1 Continue to review full report in Codecov by Sentry.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ivanvc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
With Go v1.24.0 being more strict on the errors usage, it raises some issues in the current codebase.
Ultimately, addressing these issues shouldn't have any impact on Go 1.23.
Part of #19417 / #19440
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.