jmattheis / goverter

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

Add `goverter:autoMap` #59

Closed jmattheis closed 1 year ago

jmattheis commented 1 year ago

Fixes #55

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.00% // Head: 96.15% // Increases project coverage by +0.14% :tada:

Coverage data is based on head (c7bc0db) compared to base (391815c). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ========================================== + Coverage 96.00% 96.15% +0.14% ========================================== Files 23 23 Lines 1378 1430 +52 ========================================== + Hits 1323 1375 +52 Misses 34 34 Partials 21 21 ``` | [Impacted Files](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis) | Coverage Δ | | |---|---|---| | [builder/builder.go](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9idWlsZGVyLmdv) | `100.00% <ø> (ø)` | | | [builder/struct.go](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9zdHJ1Y3QuZ28=) | `99.02% <100.00%> (+0.12%)` | :arrow_up: | | [comments/parse\_docs.go](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29tbWVudHMvcGFyc2VfZG9jcy5nbw==) | `94.47% <100.00%> (+0.09%)` | :arrow_up: | | [generator/generator.go](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Z2VuZXJhdG9yL2dlbmVyYXRvci5nbw==) | `95.10% <100.00%> (+0.04%)` | :arrow_up: | | [xtype/type.go](https://codecov.io/gh/jmattheis/goverter/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-eHR5cGUvdHlwZS5nbw==) | `93.15% <100.00%> (+0.94%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.