-
-
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
Introduce Fallback Resilience Strategy #1158
Conversation
src/Polly.Core.Tests/Fallback/FallbackResilienceStrategyBuilderExtensionsTests.cs
Outdated
Show resolved
Hide resolved
src/Polly.Core.Tests/Fallback/FallbackStrategyOptionsTResultTests.cs
Outdated
Show resolved
Hide resolved
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1158 +/- ##
==========================================
+ Coverage 81.50% 81.85% +0.34%
==========================================
Files 243 253 +10
Lines 5673 5780 +107
Branches 952 961 +9
==========================================
+ Hits 4624 4731 +107
Misses 844 844
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The issue or feature being addressed
Closes #1097
Details on the issue fix or feature implementation
This PR adds the fallback resilience strategy to V8.
API usage:
Confirm the following