jmattheis / goverter

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

Enum Support #136

Closed jmattheis closed 7 months ago

jmattheis commented 7 months ago

See #61

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e137dd1) 96.76% compared to head (b014e67) 97.21%.

Files Patch % Lines
cli/run.go 45.45% 4 Missing and 2 partials :warning:
builder/builder.go 71.42% 1 Missing and 1 partial :warning:
builder/enum.go 97.77% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ========================================== + Coverage 96.76% 97.21% +0.44% ========================================== Files 35 43 +8 Lines 1764 2009 +245 ========================================== + Hits 1707 1953 +246 + Misses 40 35 -5 - Partials 17 21 +4 ```

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