yunke-yunfly / fast-typescript-to-jsonschema

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

fix: 完善重复引用逻辑 #18

Closed HUxiaoAlinNG closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (78b7b27) into master (c94dca2) will increase coverage by 0.22%. The diff coverage is 95.00%.

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   94.77%   95.00%   +0.22%     
==========================================
  Files           3        3              
  Lines         765      800      +35     
  Branches      275      294      +19     
==========================================
+ Hits          725      760      +35     
  Misses         40       40              
Impacted Files Coverage Δ
src/get-jsonschema-from-data.ts 95.86% <93.87%> (+0.38%) :arrow_up:
src/typescript-to-file-datas.ts 93.96% <100.00%> (+0.03%) :arrow_up:

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