spring-cloud / spring-cloud-circuitbreaker

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

#109 use instances properties #110

Closed mqueb closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 (699a3db) into main (72868b7) will increase coverage by 0.31%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #110      +/-   ##
============================================
+ Coverage     86.52%   86.83%   +0.31%     
- Complexity       77       78       +1     
============================================
  Files            13       13              
  Lines           319      319              
  Branches          8        8              
============================================
+ Hits            276      277       +1     
  Misses           37       37              
+ Partials          6        5       -1     
Impacted Files Coverage Δ Complexity Δ
...esilience4j/Resilience4JCircuitBreakerFactory.java 79.06% <100.00%> (ø) 13.00 <0.00> (ø)
...ker/resilience4j/Resilience4jBulkheadProvider.java 95.65% <100.00%> (+2.17%) 16.00 <0.00> (+1.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 72868b7...699a3db. Read the comment docs.

mqueb commented 3 years ago

109