dapper91 / pjrpc

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

openapi pydantic autodescription #50

Closed dapper91 closed 2 years ago

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

Codecov Report

Merging #50 (35201b5) into dev (6817494) will decrease coverage by 0.02%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #50      +/-   ##
==========================================
- Coverage   77.80%   77.77%   -0.03%     
==========================================
  Files          38       38              
  Lines        2266     2272       +6     
==========================================
+ Hits         1763     1767       +4     
- Misses        503      505       +2     
Flag Coverage Δ
unittests 77.77% <71.42%> (-0.03%) :arrow_down:

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

Impacted Files Coverage Δ
pjrpc/server/specs/openapi.py 96.49% <ø> (ø)
pjrpc/server/specs/extractors/pydantic.py 88.23% <71.42%> (-2.88%) :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 5c39456...35201b5. Read the comment docs.