-
Notifications
You must be signed in to change notification settings - Fork 207
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
Adds error payload to DaprException. #1009
Conversation
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
77e1a58
to
2357205
Compare
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 like: MethodInvokeIT.testInvokeException
is failing, but otherwise looks good. Thx @artursouza
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Fixing that. Thanks. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1009 +/- ##
=========================================
Coverage 77.56% 77.56%
- Complexity 1567 1568 +1
=========================================
Files 144 144
Lines 4751 4756 +5
Branches 554 554
=========================================
+ Hits 3685 3689 +4
Misses 781 781
- Partials 285 286 +1 ☔ View full report in Codecov by Sentry. |
Description
Adds error payload to DaprException.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: None
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: