JuliaComputing / OpenAPI.jl

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

Fix conversions errors #34

Closed avandecreme closed 1 year ago

avandecreme commented 1 year ago

Fix for #32 and #33

codecov-commenter commented 1 year ago

Codecov Report

Merging #34 (019f37a) into main (bf0e362) will decrease coverage by 0.67%. The diff coverage is 44.44%.

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   78.52%   77.86%   -0.67%     
==========================================
  Files           7        7              
  Lines         489      497       +8     
==========================================
+ Hits          384      387       +3     
- Misses        105      110       +5     
Impacted Files Coverage Δ
src/client.jl 78.27% <33.33%> (-0.95%) :arrow_down:
src/json.jl 77.46% <66.66%> (-0.80%) :arrow_down:

... and 1 file with indirect coverage changes

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

tanmaykm commented 1 year ago

Thanks!