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

Update license #125

Closed sasabolic closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #125 (cecf915) into master (a10425a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #125   +/-   ##
=========================================
  Coverage     90.77%   90.77%           
  Complexity      142      142           
=========================================
  Files            25       25           
  Lines           412      412           
  Branches          8        8           
=========================================
  Hits            374      374           
  Misses           24       24           
  Partials         14       14           
Impacted Files Coverage Δ Complexity Δ
...ache/AppEngineMemcachedCacheAutoConfiguration.java 50.00% <ø> (ø) 0.00 <0.00> (ø)
...d/cache/AppEngineMemcachedCacheManagerFactory.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...ours/memcached/cache/AppEngineMemcachedClient.java 100.00% <ø> (ø) 10.00 <0.00> (ø)
...rs/memcached/cache/AppEngineProviderCondition.java 66.66% <ø> (ø) 1.00 <0.00> (ø)
...main/java/io/sixhours/memcached/cache/Default.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...mcached/cache/DisposableMemcachedCacheManager.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...va/io/sixhours/memcached/cache/MemcachedCache.java 100.00% <ø> (ø) 22.00 <0.00> (ø)
...mcached/cache/MemcachedCacheAutoConfiguration.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...ixhours/memcached/cache/MemcachedCacheManager.java 89.47% <ø> (ø) 15.00 <0.00> (ø)
.../memcached/cache/MemcachedCacheManagerFactory.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
... and 15 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 a10425a...cecf915. Read the comment docs.