spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
336 stars 110 forks source link

Actually set the forceRefreshState parameter #132

Closed marcingrzejszczak closed 2 years ago

marcingrzejszczak commented 2 years ago

https://github.com/spring-cloud/spring-cloud-circuitbreaker/commit/c0b86df9419e7de12dbd4b500991085357d76ef2

codecov[bot] commented 2 years ago

Codecov Report

Merging #132 (c0b86df) into main (7f4f7f9) will not change coverage. The diff coverage is 0.00%.

:exclamation: Current head c0b86df differs from pull request most recent head e85cb13. Consider uploading reports for the commit e85cb13 to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #132   +/-   ##
=========================================
  Coverage     77.56%   77.56%           
  Complexity       81       81           
=========================================
  Files            14       14           
  Lines           361      361           
  Branches         12       12           
=========================================
  Hits            280      280           
  Misses           77       77           
  Partials          4        4           
Impacted Files Coverage Δ
...tbreaker/springretry/SpringRetryConfigBuilder.java 76.19% <0.00%> (ø)
...er/resilience4j/Resilience4JAutoConfiguration.java 50.00% <0.00%> (ø)
...ience4j/ReactiveResilience4JAutoConfiguration.java 41.66% <0.00%> (ø)

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 7f4f7f9...e85cb13. Read the comment docs.