JuliaComputing / OpenAPI.jl

OpenAPI helper and code generator for Julia
Other
43 stars 8 forks source link

fix some UnionAPIModel marshalling issues #61

Closed tanmaykm closed 1 year ago

tanmaykm commented 1 year ago

Fixes some data marshalling and unmarshalling issues with UnionAPIModel (oneof and anyof). Also added more tests around it.

codecov-commenter commented 1 year ago

Codecov Report

Merging #61 (f4a4556) into main (ca99f1d) will increase coverage by 0.14%. The diff coverage is 73.68%.

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   81.90%   82.05%   +0.14%     
==========================================
  Files           7        7              
  Lines         597      613      +16     
==========================================
+ Hits          489      503      +14     
- Misses        108      110       +2     
Files Changed Coverage Δ
src/client.jl 84.75% <0.00%> (+0.57%) :arrow_up:
src/json.jl 76.74% <77.77%> (-0.73%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

:loudspeaker: Have feedback on the report? Share it here.