mcarleio / konvert

This kotlin compiler plugin is using KSP API and generates kotlin code to map one class to another
https://mcarleio.github.io/konvert/
Apache License 2.0
93 stars 8 forks source link

refactor: reusable map converter and iterable converter #57

Closed mcarleio closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 87.31343% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 86.03%. Comparing base (6d4447f) to head (aa78cee).

Files Patch % Lines
...lin/io/mcarle/konvert/converter/MapToXConverter.kt 77.77% 6 Missing and 4 partials :warning:
...o/mcarle/konvert/converter/IterableToXConverter.kt 92.13% 3 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== + Coverage 85.06% 86.03% +0.96% ========================================== Files 68 68 Lines 2317 2334 +17 Branches 319 312 -7 ========================================== + Hits 1971 2008 +37 + Misses 172 154 -18 + Partials 174 172 -2 ```

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