spring-cloud / spring-cloud-circuitbreaker

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

Issue #52: Fix for customizer which are not applied when circuit brea… #55

Closed ebussieres closed 4 years ago

ebussieres commented 4 years ago

…ker are created in advance

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will decrease coverage by 0.28%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #55      +/-   ##
============================================
- Coverage     89.77%   89.49%   -0.29%     
- Complexity       50       52       +2     
============================================
  Files            11       11              
  Lines           225      219       -6     
  Branches          4        4              
============================================
- Hits            202      196       -6     
  Misses           18       18              
  Partials          5        5
Impacted Files Coverage Δ Complexity Δ
...er/resilience4j/Resilience4JAutoConfiguration.java 90.9% <100%> (-1.95%) 3 <2> (+1)
...ience4j/ReactiveResilience4JAutoConfiguration.java 90.9% <100%> (-1.95%) 3 <2> (+1)

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 a41fb9d...132adb6. Read the comment docs.