youzan / ZanRedisDB

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

Create go.yml #66

Closed absolute8511 closed 4 years ago

absolute8511 commented 4 years ago

use github action

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   46.54%   46.52%   -0.02%     
==========================================
  Files         160      160              
  Lines       25487    25487              
==========================================
- Hits        11863    11858       -5     
- Misses      11788    11795       +7     
+ Partials     1836     1834       -2     
Impacted Files Coverage Δ
node/hash.go 43.47% <0.00%> (-20.66%) :arrow_down:
node/ttl.go 38.18% <0.00%> (-1.82%) :arrow_down:
transport/rafthttp/stream.go 79.87% <0.00%> (-0.31%) :arrow_down:
node/zset.go 41.98% <0.00%> (+0.55%) :arrow_up:
node/keys.go 43.47% <0.00%> (+1.08%) :arrow_up:
node/json.go 51.78% <0.00%> (+11.60%) :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 ba3f8ea...75762b4. Read the comment docs.