sofastack / sofa-rpc-node

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

fix: 统一使用 connectionManager 提供的 API #79

Closed mansonchor closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (158a250) into 1.x (77d6989) will decrease coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head 158a250 differs from pull request most recent head 3bb8292. Consider uploading reports for the commit 3bb8292 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##              1.x      #79      +/-   ##
==========================================
- Coverage   98.33%   98.28%   -0.06%     
==========================================
  Files          38       38              
  Lines        1977     1977              
==========================================
- Hits         1944     1943       -1     
- Misses         33       34       +1     
Impacted Files Coverage Δ
lib/client/address_group.js 98.94% <100.00%> (ø)
lib/client/connection_mgr.js 94.87% <0.00%> (-2.57%) :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 77d6989...3bb8292. Read the comment docs.

mansonchor commented 3 years ago