yunke-yunfly / fast-typescript-to-jsonschema

typescript-to-jsonschema generates JSON Schema files from your Typescript sources.
MIT License
33 stars 2 forks source link

feat: 完善additionalProperties处理,补充测试用例 #11

Closed HUxiaoAlinNG closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (21124fc) into master (c94dca2) will increase coverage by 0.26%. The diff coverage is 100.00%.

:exclamation: Current head 21124fc differs from pull request most recent head 1e3fe87. Consider uploading reports for the commit 1e3fe87 to get more accurate results

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   94.77%   95.03%   +0.26%     
==========================================
  Files           3        3              
  Lines         765      766       +1     
  Branches      275      276       +1     
==========================================
+ Hits          725      728       +3     
+ Misses         40       38       -2     
Impacted Files Coverage Δ
src/get-jsonschema-from-data.ts 96.05% <100.00%> (+0.57%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more