-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Report last attempt as error if it would be handled #2291
Report last attempt as error if it would be handled #2291
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2291 +/- ##
==========================================
+ Coverage 85.35% 85.38% +0.02%
==========================================
Files 313 313
Lines 7444 7457 +13
Branches 1122 1124 +2
==========================================
+ Hits 6354 6367 +13
Misses 745 745
Partials 345 345
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Are you planning on adding to this PR, or in another one? |
Yes, I will do that tomorrow morning. |
@martincostello Could you please re-run the
This test seems a bit flaky :( |
You don't have to ask any time that happens, I'll just do it anyway, as otherwise it's unmergeable. |
Co-authored-by: Martin Costello <martin@martincostello.com>
@martincostello , @martintmk What do you guys think, would it make sense to implement the same for hedging? |
Thanks for your contribution @peter-csala - the changes from this pull request have been published as part of version 8.4.2 📦, which is now available from NuGet.org 🚀 |
Pull Request
Details on the issue fix or feature implementation
ExecutionAttempt
asError
if it would handle itExecutionAttempt
asWarning
if it would not handle itMissing
Out of scope
Confirm the following