wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
https://wyfo.github.io/apischema/
MIT License
226 stars 18 forks source link

fix: fix inherited discriminator schema #602

Closed wyfo closed 10 months ago

codecov-commenter commented 11 months ago

Codecov Report

Merging #602 (84b6ace) into master (8ff1d36) will increase coverage by 0.01%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
+ Coverage   87.98%   87.99%   +0.01%     
==========================================
  Files          62       62              
  Lines        5653     5658       +5     
  Branches     1167     1169       +2     
==========================================
+ Hits         4974     4979       +5     
  Misses        464      464              
  Partials      215      215              
Files Coverage Δ
apischema/json_schema/schema.py 86.24% <100.00%> (+0.19%) :arrow_up: