jmattheis / goverter

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

ISSUE 62: Match fields ignore case #63

Closed pavelpatrin closed 1 year ago

pavelpatrin commented 1 year ago

fixes #62

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (a9d78c9) 96.38% compared to head (742ac79) 96.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #63 +/- ## ========================================== + Coverage 96.38% 96.39% +0.01% ========================================== Files 24 24 Lines 1465 1470 +5 ========================================== + Hits 1412 1417 +5 Misses 34 34 Partials 19 19 ``` | [Impacted Files](https://codecov.io/gh/jmattheis/goverter/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis) | Coverage Δ | | |---|---|---| | [comments/parse\_docs.go](https://codecov.io/gh/jmattheis/goverter/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Y29tbWVudHMvcGFyc2VfZG9jcy5nbw==) | `95.02% <100.00%> (+0.07%)` | :arrow_up: | | [generator/generate.go](https://codecov.io/gh/jmattheis/goverter/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-Z2VuZXJhdG9yL2dlbmVyYXRlLmdv) | `94.73% <100.00%> (+0.14%)` | :arrow_up: | | [runner.go](https://codecov.io/gh/jmattheis/goverter/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jannis+Mattheis#diff-cnVubmVyLmdv) | `93.10% <100.00%> (+0.24%)` | :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.