sofastack / sofa-rpc-node

SOFARPC Node is a high-performance, high-extensibility, production-level Nodejs RPC framework.
MIT License
612 stars 64 forks source link

fix: dubbo registry issue #18

Closed gxcsoccer closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   98.42%   98.44%   +0.02%     
==========================================
  Files          38       38              
  Lines        1776     1804      +28     
==========================================
+ Hits         1748     1776      +28     
  Misses         28       28
Impacted Files Coverage Δ
lib/client/consumer.js 100% <ø> (ø) :arrow_up:
lib/client/request.js 100% <100%> (ø) :arrow_up:
lib/server/service.js 100% <100%> (ø) :arrow_up:
lib/registry/zk/data_client.js 93.87% <100%> (+1.56%) :arrow_up:
lib/server/server.js 100% <100%> (ø) :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 9f5ef1b...07a4e2a. Read the comment docs.

gxcsoccer commented 5 years ago

先合并发布了,给用户试试