swaggest / jsonschema-go

JSON Schema mapping for Go
https://pkg.go.dev/github.com/swaggest/jsonschema-go
MIT License
112 stars 14 forks source link

fix: do not recursive existed ref #47

Closed laushunyu closed 2 years ago

laushunyu commented 2 years ago

main issue: https://github.com/swaggest/jsonrpc/issues/5

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (ee6a644) into master (99bca4e) will decrease coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   70.85%   70.68%   -0.17%     
==========================================
  Files           6        6              
  Lines         988      986       -2     
==========================================
- Hits          700      697       -3     
- Misses        221      223       +2     
+ Partials       67       66       -1     
Flag Coverage Δ
unittests 70.68% <100.00%> (-0.17%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
helper.go 80.89% <100.00%> (-1.52%) :arrow_down:

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

vearutop commented 2 years ago

Actually nevermind, I'll fix that myself separately.

laushunyu commented 2 years ago

no problem, thank u!