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

Remove Xmemcached dependency from properties class #94

Closed igorbolic closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #94 into master will decrease coverage by 1.65%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #94      +/-   ##
===========================================
- Coverage     94.86%   93.2%   -1.66%     
- Complexity       98     101       +3     
===========================================
  Files            21      22       +1     
  Lines           292     309      +17     
  Branches          8      10       +2     
===========================================
+ Hits            277     288      +11     
- Misses            9      12       +3     
- Partials          6       9       +3
Impacted Files Coverage Δ Complexity Δ
...ours/memcached/cache/MemcachedCacheProperties.java 94% <100%> (+0.25%) 19 <0> (ø) :arrow_down:
...ava/io/sixhours/memcached/cache/SocketAddress.java 60% <60%> (ø) 3 <3> (?)
...memcached/cache/XMemcachedCacheManagerFactory.java 90.9% <0%> (ø) 3% <0%> (ø) :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 40741d4...ad30059. Read the comment docs.