Skip to content
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 the ReactiveResilienceStrategy type-safe #1462

Merged
merged 3 commits into from
Aug 8, 2023

Tests and fixes

cabfd57
Select commit
Loading
Failed to load commit list.
Merged

Make the ReactiveResilienceStrategy type-safe #1462

Tests and fixes
cabfd57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 8, 2023 in 0s

83.89% (-0.03%) compared to b1ec863

View this Pull Request on Codecov

83.89% (-0.03%) compared to b1ec863

Details

Codecov Report

Merging #1462 (cabfd57) into main (b1ec863) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1462      +/-   ##
==========================================
- Coverage   83.92%   83.89%   -0.03%     
==========================================
  Files         274      276       +2     
  Lines        6506     6495      -11     
  Branches     1012     1015       +3     
==========================================
- Hits         5460     5449      -11     
  Misses        837      837              
  Partials      209      209              
Files Changed Coverage Δ
...CircuitBreaker/CircuitBreakerResilienceStrategy.cs 100.00% <ø> (ø)
.../Polly.Core/Fallback/FallbackResilienceStrategy.cs 100.00% <ø> (ø)
...rc/Polly.Core/Hedging/HedgingResilienceStrategy.cs 100.00% <ø> (ø)
src/Polly.Core/Retry/RetryResilienceStrategy.cs 100.00% <ø> (ø)
...ircuitBreakerCompositeStrategyBuilderExtensions.cs 100.00% <100.00%> (ø)
...c/Polly.Core/CompositeStrategyBuilderExtensions.cs 100.00% <100.00%> (ø)
...back/FallbackCompositeStrategyBuilderExtensions.cs 100.00% <100.00%> (ø)
...dging/HedgingCompositeStrategyBuilderExtensions.cs 100.00% <100.00%> (ø)
src/Polly.Core/ReactiveResilienceStrategy.cs 100.00% <100.00%> (ø)
src/Polly.Core/ResilienceStrategy.cs 100.00% <100.00%> (ø)
... and 4 more