jmattheis / goverter

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

Config #92

Closed jmattheis closed 10 months ago

jmattheis commented 10 months ago
codecov[bot] commented 10 months ago

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (a1ae13d) 97.02% compared to head (da6cafe) 97.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #92 +/- ## ========================================== + Coverage 97.02% 97.40% +0.38% ========================================== Files 26 37 +11 Lines 1580 1619 +39 ========================================== + Hits 1533 1577 +44 Misses 29 29 + Partials 18 13 -5 ``` | [Files](https://app.codecov.io/gh/jmattheis/goverter/pull/92?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://app.codecov.io/gh/jmattheis/goverter/pull/92?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://app.codecov.io/gh/jmattheis/goverter/pull/92?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/skipcopy.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9za2lwY29weS5nbw==) | `100.00% <100.00%> (ø)` | | | [builder/struct.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-YnVpbGRlci9zdHJ1Y3QuZ28=) | `100.00% <100.00%> (ø)` | | | [cli/cli.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y2xpL2NsaS5nbw==) | `100.00% <100.00%> (ø)` | | | [comments/parse\_docs.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29tbWVudHMvcGFyc2VfZG9jcy5nbw==) | `93.02% <100.00%> (-2.29%)` | :arrow_down: | | [config/common.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29uZmlnL2NvbW1vbi5nbw==) | `100.00% <100.00%> (ø)` | | | [config/config.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29uZmlnL2NvbmZpZy5nbw==) | `100.00% <100.00%> (ø)` | | | [config/converter.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29uZmlnL2NvbnZlcnRlci5nbw==) | `100.00% <100.00%> (ø)` | | | [config/method.go](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29uZmlnL21ldGhvZC5nbw==) | `100.00% <100.00%> (ø)` | | | ... and [13 more](https://app.codecov.io/gh/jmattheis/goverter/pull/92?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.