sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.
Apache License 2.0
71 stars 33 forks source link

Test assert server list if exists #84

Closed igorbolic closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #84   +/-   ##
=========================================
  Coverage     94.86%   94.86%           
  Complexity       98       98           
=========================================
  Files            21       21           
  Lines           292      292           
  Branches          8        8           
=========================================
  Hits            277      277           
  Misses            9        9           
  Partials          6        6
Impacted Files Coverage Δ Complexity Δ
...ixhours/memcached/cache/MemcachedCacheManager.java 88.88% <100%> (ø) 9 <1> (ø) :arrow_down:

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 7afd546...b10e99a. Read the comment docs.

sasabolic commented 4 years ago

Thanks