-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from fmt.Errorf to xerrors.Errorf #5425
Conversation
26810e0
to
b500cbc
Compare
Codecov Report
@@ Coverage Diff @@
## main #5425 +/- ##
==========================================
+ Coverage 22.98% 29.78% +6.79%
==========================================
Files 11 38 +27
Lines 1945 6672 +4727
==========================================
+ Hits 447 1987 +1540
- Misses 1439 4501 +3062
- Partials 59 184 +125
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
We started using In most places stack traces make sense, but in some they do not, e.g. ErrNotFound. That said, consistency is a great thing :) Just one thing: it would be awesome if issues like this made their way through groundwork. /lgtm |
LGTM label has been added. Git tree hash: c9778dd6bf1a80d90c2d9ef2c1ecedd7dd0ddb7c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel Associated issue requirement bypassed by: csweichel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.