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

feat: support LiteralString #604

Closed wyfo closed 10 months ago

codecov-commenter commented 10 months ago

Codecov Report

Merging #604 (ce4a0fe) into master (b153121) will increase coverage by 0.09%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #604      +/-   ##
==========================================
+ Coverage   87.98%   88.08%   +0.09%     
==========================================
  Files          62       62              
  Lines        5653     5658       +5     
  Branches     1167     1168       +1     
==========================================
+ Hits         4974     4984      +10     
+ Misses        464      460       -4     
+ Partials      215      214       -1     
Files Coverage Δ
apischema/typing.py 92.78% <100.00%> (+5.54%) :arrow_up:
apischema/visitor.py 89.09% <100.00%> (+0.20%) :arrow_up: