Skip to content

Merge branch 'main' into feat/retry-limiter

1df8269
Select commit
Loading
Failed to load commit list.
Merged

Introduce RetryLimiter #6409

Merge branch 'main' into feat/retry-limiter
1df8269
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 2025 in 0s

74.19% (-0.27%) compared to 8150425, passed because coverage increased by 0.05% when compared to adjusted base (74.14%)

View this Pull Request on Codecov

74.19% (-0.27%) compared to 8150425, passed because coverage increased by 0.05% when compared to adjusted base (74.14%)

Details

Codecov Report

❌ Patch coverage is 75.22124% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.19%. Comparing base (8150425) to head (1df8269).
⚠️ Report is 246 commits behind head on main.

Files with missing lines Patch % Lines
...m/linecorp/armeria/client/retry/RetryDecision.java 50.00% 10 Missing ⚠️
...p/armeria/client/retry/TokenBasedRetryLimiter.java 65.21% 5 Missing and 3 partials ⚠️
...ria/client/retry/ConcurrencyBasedRetryLimiter.java 66.66% 4 Missing and 1 partial ⚠️
...ecorp/armeria/client/retry/RetryConfigBuilder.java 66.66% 2 Missing ⚠️
...rp/armeria/client/retry/RetryLimitedException.java 80.00% 0 Missing and 1 partial ⚠️
...m/linecorp/armeria/client/retry/RetryLimiters.java 94.11% 1 Missing ⚠️
...necorp/armeria/client/retry/RetryingRpcClient.java 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6409      +/-   ##
============================================
- Coverage     74.46%   74.19%   -0.27%     
- Complexity    22234    23306    +1072     
============================================
  Files          1963     2094     +131     
  Lines         82437    87069    +4632     
  Branches      10764    11446     +682     
============================================
+ Hits          61385    64602    +3217     
- Misses        15918    17013    +1095     
- Partials       5134     5454     +320     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.