dapper91 / pjrpc

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

Pre commit hooks #72

Closed dapper91 closed 2 years ago

dapper91 commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #72 (f5b4667) into dev (97470b1) will decrease coverage by 0.05%. The diff coverage is 96.15%.

@@            Coverage Diff             @@
##              dev      #72      +/-   ##
==========================================
- Coverage   78.67%   78.61%   -0.06%     
==========================================
  Files          38       38              
  Lines        2377     2371       -6     
==========================================
- Hits         1870     1864       -6     
  Misses        507      507              
Flag Coverage Δ
unittests 78.61% <96.15%> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pjrpc/client/__init__.py 100.00% <ø> (ø)
pjrpc/client/backend/aiohttp.py 92.59% <ø> (ø)
pjrpc/client/backend/kombu.py 0.00% <0.00%> (ø)
pjrpc/client/backend/requests.py 92.59% <ø> (ø)
pjrpc/server/integration/django/urls.py 0.00% <ø> (ø)
pjrpc/server/validators/__init__.py 100.00% <ø> (ø)
pjrpc/__init__.py 100.00% <100.00%> (ø)
pjrpc/client/backend/httpx.py 92.45% <100.00%> (ø)
pjrpc/client/client.py 97.74% <100.00%> (ø)
pjrpc/common/__init__.py 88.88% <100.00%> (ø)
... and 7 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 97470b1...f5b4667. Read the comment docs.

dapper91 commented 2 years ago