youzan / ZanRedisDB

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

fix setbit on negative offset and add strlen support #50

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.02%. The diff coverage is 22.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   44.17%   44.15%   -0.03%     
==========================================
  Files         154      154              
  Lines       24470    24477       +7     
==========================================
- Hits        10810    10808       -2     
- Misses      11916    11924       +8     
- Partials     1744     1745       +1
Impacted Files Coverage Δ
node/keys.go 43.78% <0%> (-1.35%) :arrow_down:
node/node_cmd_reg.go 99% <100%> (ø) :arrow_up:
rockredis/t_kv.go 51.39% <100%> (+0.42%) :arrow_up:
pkg/fileutil/fileutil.go 70.83% <0%> (-4.17%) :arrow_down:
node/namespace.go 37.41% <0%> (-0.52%) :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 258b91b...9305671. Read the comment docs.