youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
388 stars 60 forks source link

More metrics and fix some command #67

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.08%. The diff coverage is 63.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   46.54%   46.63%   +0.08%     
==========================================
  Files         160      160              
  Lines       25487    25623     +136     
==========================================
+ Hits        11863    11949      +86     
- Misses      11788    11838      +50     
  Partials     1836     1836              
Impacted Files Coverage Δ
rockredis/t_collections.go 71.77% <ø> (ø)
node/set.go 32.07% <20.00%> (-12.27%) :arrow_down:
node/hash.go 61.95% <33.33%> (-2.18%) :arrow_down:
rockredis/t_hash.go 59.53% <46.66%> (-1.06%) :arrow_down:
rockredis/t_set.go 59.07% <48.14%> (-1.97%) :arrow_down:
rockredis/t_list.go 48.65% <53.70%> (+1.03%) :arrow_up:
node/zset.go 41.43% <57.14%> (ø)
node/raft.go 40.42% <60.00%> (+0.51%) :arrow_up:
node/state_machine.go 28.62% <60.00%> (+0.33%) :arrow_up:
node/node.go 32.34% <65.00%> (+1.05%) :arrow_up:
... and 22 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 ba3f8ea...8fd2b4b. Read the comment docs.