-
Notifications
You must be signed in to change notification settings - Fork 110
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
Let get_status_dict() use exception message if none is passed #7037
Conversation
A result with an exception attached has no error message, unless one is explicitly given, even when the exception is a CapturedException and could provide a message. This change reports such an exception-provided message in the result.
There was a clone failure in an Appveyor run, which I have restarted. I've seen the Travis failure in other PRs already:
|
Codecov ReportBase: 75.43% // Head: 88.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## maint #7037 +/- ##
===========================================
+ Coverage 75.43% 88.76% +13.32%
===========================================
Files 354 354
Lines 58750 46348 -12402
Branches 6613 0 -6613
===========================================
- Hits 44319 41140 -3179
+ Misses 14417 5208 -9209
+ Partials 14 0 -14
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 at Codecov. |
appveyor is green , travis as |
PR released in |
A result with an exception attached has no error message, unless one is explicitly given, even when the exception is a CapturedException and could provide a message.
This change reports such an exception-provided message in the result.