sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

add support for extra arguments in service class registration #11

Closed wanderxjtu closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (d3df2e8) into master (4f86cf9) will decrease coverage by 0.16%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   82.28%   82.11%   -0.17%     
==========================================
  Files          58       58              
  Lines        1840     1851      +11     
==========================================
+ Hits         1514     1520       +6     
- Misses        326      331       +5     
Impacted Files Coverage Δ
anthunder/listener/sock_listener.py 29.34% <16.66%> (-1.34%) :arrow_down:
anthunder/listener/aio_listener.py 68.81% <83.33%> (+0.13%) :arrow_up:
anthunder/listener/base_listener.py 76.59% <100.00%> (ø)
tests/test_aio_listener_client.py 96.22% <100.00%> (+0.10%) :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 4f86cf9...d3df2e8. Read the comment docs.