dapper91 / pjrpc

python json-rpc client/server without boilerplate
https://pjrpc.readthedocs.io
The Unlicense
31 stars 3 forks source link

some bugs fixed #6

Closed dapper91 closed 4 years ago

dapper91 commented 4 years ago

some bugs fixed. documentation completed.

codecov-io commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 4.28%. The diff coverage is 98.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage    76.6%   80.88%   +4.28%     
==========================================
  Files          25       25              
  Lines        1171     1219      +48     
==========================================
+ Hits          897      986      +89     
+ Misses        274      233      -41
Impacted Files Coverage Δ
pjrpc/common/exceptions.py 100% <ø> (ø) :arrow_up:
pjrpc/server/integration/flask.py 100% <ø> (ø) :arrow_up:
pjrpc/server/integration/aiohttp.py 100% <ø> (ø) :arrow_up:
pjrpc/__about__.py 100% <100%> (ø) :arrow_up:
pjrpc/client/client.py 98.13% <100%> (+0.99%) :arrow_up:
pjrpc/common/v20.py 97.95% <100%> (+0.5%) :arrow_up:
pjrpc/common/__init__.py 100% <100%> (ø) :arrow_up:
pjrpc/server/dispatcher.py 90.14% <100%> (+21.42%) :arrow_up:
pjrpc/client/backend/aiohttp.py 91.66% <83.33%> (-3.08%) :arrow_down:
pjrpc/client/backend/requests.py 91.66% <83.33%> (-3.08%) :arrow_down:
... and 2 more

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 f802125...e9b9327. Read the comment docs.