jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
499 stars 47 forks source link

Add nested goverter:map #5

Closed jmattheis closed 3 years ago

jmattheis commented 3 years ago

See #3

codecov-commenter commented 3 years ago

Codecov Report

Merging #5 (6254710) into main (0b2e20a) will increase coverage by 0.28%. The diff coverage is 98.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   92.93%   93.22%   +0.28%     
==========================================
  Files          18       18              
  Lines         821      885      +64     
==========================================
+ Hits          763      825      +62     
- Misses         44       45       +1     
- Partials       14       15       +1     
Impacted Files Coverage Δ
example/house/input.go 100.00% <ø> (ø)
xtype/type.go 88.28% <75.00%> (-0.89%) :arrow_down:
builder/error.go 96.07% <100.00%> (+0.24%) :arrow_up:
builder/struct.go 100.00% <100.00%> (ø)
example/house/generated/generated.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0b2e20a...6254710. Read the comment docs.