spring-cloud / spring-cloud-circuitbreaker

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

move to junit5 #140

Closed wind57 closed 2 years ago

wind57 commented 2 years ago

this moves to junit-5 and does some minor clean-up

codecov[bot] commented 2 years ago

Codecov Report

Merging #140 (35caf61) into main (394a1a8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #140   +/-   ##
=========================================
  Coverage     80.80%   80.80%           
  Complexity      108      108           
=========================================
  Files            15       15           
  Lines           375      375           
  Branches         15       15           
=========================================
  Hits            303      303           
  Misses           69       69           
  Partials          3        3           

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 394a1a8...35caf61. Read the comment docs.

wind57 commented 2 years ago

@spencergibb @ryanjbaxter this is ready for review again. thank you for looking into it.