-
Notifications
You must be signed in to change notification settings - Fork 297
chore: wrap errors #732
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
chore: wrap errors #732
Conversation
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
1477b99
to
cba79dc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #732 +/- ##
==========================================
- Coverage 54.26% 53.62% -0.65%
==========================================
Files 64 64
Lines 6164 6514 +350
==========================================
+ Hits 3345 3493 +148
- Misses 2549 2745 +196
- Partials 270 276 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
|
* chore: wrap errors Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * report list result along with error Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fixes Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Roelof Kuijpers <roelof.kuijpers@energyessentials.nl>
Things are hard to debug unless error messages are wrapped. Long live verbosity.
Argo CD test PR: argoproj/argo-cd#23282