youzan / ZanRedisDB

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

Topn stats #68

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #68 into master will increase coverage by 0.15%. The diff coverage is 60.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   46.61%   46.76%   +0.15%     
==========================================
  Files         160      163       +3     
  Lines       25623    25885     +262     
==========================================
+ Hits        11943    12104     +161     
- Misses      11843    11931      +88     
- Partials     1837     1850      +13     
Impacted Files Coverage Δ
metric/stats.go 0.00% <ø> (ø)
node/namespace.go 36.01% <0.00%> (-0.83%) :arrow_down:
node/syncer_learner.go 0.00% <0.00%> (ø)
node/state_machine.go 28.22% <14.28%> (-0.40%) :arrow_down:
server/httpapi.go 25.62% <20.00%> (-0.15%) :arrow_down:
rockredis/rockredis.go 36.43% <33.33%> (-0.02%) :arrow_down:
rockredis/t_set.go 59.81% <50.00%> (+0.73%) :arrow_up:
rockredis/t_list.go 49.33% <60.00%> (+0.67%) :arrow_up:
metric/topn.go 75.00% <75.00%> (ø)
metric/collheap.go 77.27% <77.27%> (ø)
... and 11 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 f413a49...2f7ca63. Read the comment docs.