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

Use duration for expiration and operation timeout #80

Closed sasabolic closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.09%. The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     93.46%   93.56%   +0.09%     
- Complexity       70       71       +1     
============================================
  Files            12       12              
  Lines           199      202       +3     
  Branches          7        7              
============================================
+ Hits            186      189       +3     
  Misses            8        8              
  Partials          5        5
Impacted Files Coverage Δ Complexity Δ
.../memcached/cache/MemcachedCacheManagerFactory.java 100% <100%> (ø) 4 <1> (+1) :arrow_up:
...ours/memcached/cache/MemcachedCacheProperties.java 93.47% <90%> (+0.29%) 19 <5> (ø) :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 bb22e96...9764afc. Read the comment docs.