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

Hedging strategy also deep-copies context for primary execution #1754

Merged
merged 4 commits into from
Oct 30, 2023

Update benchmarks

c7c97e1
Select commit
Loading
Failed to load commit list.
Merged

Hedging strategy also deep-copies context for primary execution #1754

Update benchmarks
c7c97e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2023 in 0s

84.52% (-0.05%) compared to 41d4e8d, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

84.52% (-0.05%) compared to 41d4e8d, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (41d4e8d) 84.56% compared to head (c7c97e1) 84.52%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1754      +/-   ##
==========================================
- Coverage   84.56%   84.52%   -0.05%     
==========================================
  Files         307      306       -1     
  Lines        6790     6772      -18     
  Branches     1043     1042       -1     
==========================================
- Hits         5742     5724      -18     
  Misses        839      839              
  Partials      209      209              
Files Coverage Δ
...Core/Hedging/Controller/HedgingExecutionContext.cs 100.00% <100.00%> (ø)
src/Polly.Core/Hedging/Controller/TaskExecution.cs 100.00% <100.00%> (ø)
src/Polly.Core/ResilienceContext.cs 100.00% <100.00%> (ø)
src/Polly.Core/ResilienceProperties.cs 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.