jmattheis / goverter

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

If possible assign directly to struct fields, slices, maps #148

Closed jmattheis closed 3 months ago

jmattheis commented 3 months ago

Fixes #97

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 96.82540% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.59%. Comparing base (ae1b2c8) to head (c3a52d6).

Files Patch % Lines
builder/enum.go 0.00% 2 Missing :warning:
generator/generator.go 94.11% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== - Coverage 96.68% 96.59% -0.10% ========================================== Files 45 46 +1 Lines 2053 2115 +62 ========================================== + Hits 1985 2043 +58 - Misses 47 50 +3 - Partials 21 22 +1 ```

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