spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
328 stars 109 forks source link

don't use optional as paramters #139

Closed wind57 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #139 (d621605) into main (36b1f90) will increase coverage by 0.58%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #139      +/-   ##
============================================
+ Coverage     80.21%   80.80%   +0.58%     
- Complexity      106      108       +2     
============================================
  Files            15       15              
  Lines           374      375       +1     
  Branches         14       15       +1     
============================================
+ Hits            300      303       +3     
+ Misses           70       69       -1     
+ Partials          4        3       -1     
Impacted Files Coverage Δ
...breaker/springretry/SpringRetryCircuitBreaker.java 100.00% <100.00%> (ø)
.../springretry/SpringRetryCircuitBreakerFactory.java 100.00% <100.00%> (+16.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 36b1f90...d621605. Read the comment docs.