jmattheis / goverter

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

fix: fail on internally overlapping methods (*T to T) & (T to *T) #117

Closed jmattheis closed 7 months ago

jmattheis commented 7 months ago

See #114

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (08064f8) 97.05% compared to head (5932487) 97.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== - Coverage 97.05% 97.02% -0.03% ========================================== Files 41 41 Lines 2171 2152 -19 ========================================== - Hits 2107 2088 -19 Misses 47 47 Partials 17 17 ```

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