jmattheis / goverter

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

Struct pointer #56

Closed jmattheis closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.42% // Head: 96.51% // Increases project coverage by +0.09% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #56 +/- ## ========================================== + Coverage 96.42% 96.51% +0.09% ========================================== Files 23 23 Lines 1314 1348 +34 ========================================== + Hits 1267 1301 +34 Misses 29 29 Partials 18 18 ``` | [Impacted Files](https://codecov.io/gh/jmattheis/goverter/pull/56?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/56?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% <100.00%> (ø)` | | | [builder/pointer.go](https://codecov.io/gh/jmattheis/goverter/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9wb2ludGVyLmdv) | `100.00% <100.00%> (ø)` | | | [builder/struct.go](https://codecov.io/gh/jmattheis/goverter/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9zdHJ1Y3QuZ28=) | `98.89% <100.00%> (+0.01%)` | :arrow_up: | | [generator/generate.go](https://codecov.io/gh/jmattheis/goverter/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Z2VuZXJhdG9yL2dlbmVyYXRlLmdv) | `94.28% <100.00%> (+0.34%)` | :arrow_up: | | [generator/generator.go](https://codecov.io/gh/jmattheis/goverter/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Z2VuZXJhdG9yL2dlbmVyYXRvci5nbw==) | `98.19% <100.00%> (+0.22%)` | :arrow_up: | | [xtype/type.go](https://codecov.io/gh/jmattheis/goverter/pull/56?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-eHR5cGUvdHlwZS5nbw==) | `92.21% <100.00%> (+0.19%)` | :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.