-
Notifications
You must be signed in to change notification settings - Fork 100
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
Make ErrorDetails into a pointer #8367
Conversation
Since ErrorDetails implements error, it should really be used with a pointer everywhere. Signed-off-by: Ryan Nowak <[email protected]>
Signed-off-by: Nick Beenham <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8367 +/- ##
==========================================
- Coverage 59.94% 59.94% -0.01%
==========================================
Files 596 596
Lines 40432 40432
==========================================
- Hits 24238 24235 -3
- Misses 14367 14369 +2
- Partials 1827 1828 +1 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me. Thanks @superbeeny. Could you update the PR title to be explicit about change? (just good practice and clearer for release notes)
Done @kachawla :) |
Description
Replacement PR for #8163