-
Notifications
You must be signed in to change notification settings - Fork 77
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
Refactor replace errors wrap with join #2001
Refactor replace errors wrap with join #2001
Conversation
Deploying with Cloudflare Pages
|
b8d2af0
to
a724759
Compare
[CHATOPS:HELP] ChatOps commands.
|
[GEN TEST] Failed to generate tests. Error: Object |
[GEN TEST] Failed to generate tests. Error: Object |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2001 +/- ##
==========================================
- Coverage 29.40% 29.38% -0.03%
==========================================
Files 366 366
Lines 34527 34532 +5
==========================================
- Hits 10153 10147 -6
- Misses 23956 23967 +11
Partials 418 418
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
[GEN TEST] Failed to generate tests. Error: Object |
Profile Report
|
a724759
to
d0fc34e
Compare
[WARNING:INTCFG] Changes in |
ab6afae
to
1e1a6f4
Compare
Profile Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks 😄
Welcome to Vald world 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks
@all-contributors please add @ykadowak for code,test |
I've put up a pull request to add @ykadowak! 🎉 |
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/refactor%2Ferrors-wrap%2Freplace-errors-wrap-with-join/6af1ac6c2b0817b1a66ce464692c8738b7e44bfa |
Profile Report
|
Description:
Replaced
errors.Wrap
witherrors.Join
. Made some modifications to several tests accordingly.Related Issue:
Versions:
Checklist:
Special notes for your reviewer:
This will be done in another PR.
vald/internal/net/grpc/stream.go
Lines 75 to 78 in e2a72fe