spring-cloud / spring-cloud-circuitbreaker

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

Circuit Breaker Implementation With Spring Retry #28

Closed ryanjbaxter closed 5 years ago

ryanjbaxter commented 5 years ago

Still need to add some documentation

codecov[bot] commented 5 years ago

Codecov Report

Merging #28 into master will decrease coverage by 1.45%. The diff coverage is 85%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #28      +/-   ##
===========================================
- Coverage     92.16%   90.7%   -1.46%     
- Complexity       97     112      +15     
===========================================
  Files            20      24       +4     
  Lines           332     409      +77     
  Branches         10      10              
===========================================
+ Hits            306     371      +65     
- Misses           16      27      +11     
- Partials         10      11       +1
Impacted Files Coverage Δ Complexity Δ
...ircuitbreaker/sentinel/SentinelCircuitBreaker.java 91.17% <100%> (ø) 8 <1> (ø) :arrow_down:
...breaker/springretry/SpringRetryCircuitBreaker.java 100% <100%> (ø) 4 <4> (?)
...reaker/sentinel/SentinelCircuitBreakerFactory.java 100% <100%> (ø) 5 <0> (ø) :arrow_down:
...aker/springretry/SpringRetryAutoConfiguration.java 100% <100%> (ø) 2 <2> (?)
...tbreaker/springretry/SpringRetryConfigBuilder.java 76.19% <76.19%> (ø) 3 <3> (?)
.../springretry/SpringRetryCircuitBreakerFactory.java 86.66% <86.66%> (ø) 6 <6> (?)
... and 1 more

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 fb565d9...b81b712. Read the comment docs.