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

Validate all metrics are set as expected #82

Closed igorbolic closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #82 into master will increase coverage by 1.44%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
+ Coverage     92.39%   93.84%   +1.44%     
- Complexity       97       99       +2     
============================================
  Files            21       21              
  Lines           276      276              
  Branches          9        9              
============================================
+ Hits            255      259       +4     
+ Misses           14       10       -4     
  Partials          7        7
Impacted Files Coverage Δ Complexity Δ
...va/io/sixhours/memcached/cache/MemcachedCache.java 100% <0%> (+1.38%) 22% <0%> (+1%) :arrow_up:
...ixhours/memcached/cache/MemcachedCacheMetrics.java 91.66% <0%> (+25%) 7% <0%> (+1%) :arrow_up:

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 7a38712...ce80a71. Read the comment docs.