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

Add processing fields without any tags. #34

Closed slasyz closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (5879475) into master (e25289a) will increase coverage by 0.90%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   68.52%   69.42%   +0.90%     
==========================================
  Files           6        6              
  Lines         953      955       +2     
==========================================
+ Hits          653      663      +10     
+ Misses        233      221      -12     
- Partials       67       71       +4     
Flag Coverage Δ
unittests 69.42% <100.00%> (+0.90%) :arrow_up:

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

Impacted Files Coverage Δ
context.go 67.44% <100.00%> (+1.58%) :arrow_up:
reflect.go 77.05% <100.00%> (+1.73%) :arrow_up:

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