sofastack / sofa-bolt-python

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

WIP: sofa hessian support #14

Closed wanderxjtu closed 3 years ago

wanderxjtu commented 3 years ago

Introduce a payload class for bypassing more content-related attributes between business and protocol layers.

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 (374380e) into master (93ea4a9) will decrease coverage by 0.27%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   82.45%   82.17%   -0.28%     
==========================================
  Files          58       59       +1     
  Lines        1835     1863      +28     
==========================================
+ Hits         1513     1531      +18     
- Misses        322      332      +10     
Impacted Files Coverage Δ
anthunder/helpers/payload.py 55.55% <55.55%> (ø)
anthunder/protocol/_request_pkg.py 92.00% <80.00%> (-8.00%) :arrow_down:
anthunder/client/aio_client.py 65.34% <100.00%> (+0.39%) :arrow_up:
anthunder/protocol/_response_pkg.py 100.00% <100.00%> (ø)

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 93ea4a9...374380e. Read the comment docs.