youzan / ZanRedisDB

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

update gogo protobuf to v1.2.1 and fix checkpoint purge #47

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.36%. The diff coverage is 9.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #47      +/-   ##
=========================================
- Coverage   44.67%   44.3%   -0.37%     
=========================================
  Files         154     154              
  Lines       24132   24338     +206     
=========================================
+ Hits        10780   10783       +3     
- Misses      11630   11824     +194     
- Partials     1722    1731       +9
Impacted Files Coverage Δ
node/node.go 31.42% <ø> (+0.35%) :arrow_up:
node/util.go 28.66% <0%> (-4.2%) :arrow_down:
rockredis/rockredis.go 32.21% <0%> (ø) :arrow_up:
rockredis/index_types.pb.go 34.73% <13.92%> (-5.42%) :arrow_down:
node/state_machine.go 25.83% <20%> (-0.11%) :arrow_down:
node/raft.go 36.9% <50%> (+0.15%) :arrow_up:
node/raft_internal.pb.go 26.53% <9.02%> (-3.85%) :arrow_down:
server/httpapi.go 26.03% <0%> (-0.35%) :arrow_down:
pkg/fileutil/fileutil.go 75% <0%> (+4.16%) :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 05e8a95...c5de7a6. Read the comment docs.