toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
4 stars 0 forks source link

Ignore logical type conversion and just deliver already converted value if its type matches the target type #84

Closed zambrovski closed 3 months ago

zambrovski commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 65.51724% with 10 lines in your changes missing coverage. Please review.

Project coverage is 69.70%. Comparing base (e4b54af) to head (e985274).

Files Patch % Lines
...in/kotlin/serializer/BytesLogicalTypeSerializer.kt 20.00% 2 Missing and 2 partials :warning:
.../kotlin/serializer/BooleanLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
...n/kotlin/serializer/DoubleLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
...in/kotlin/serializer/FloatLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
...main/kotlin/serializer/IntLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
...ain/kotlin/serializer/LongLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
...n/kotlin/serializer/StringLogicalTypeSerializer.kt 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #84 +/- ## ============================================= + Coverage 63.10% 69.70% +6.59% ============================================= Files 108 108 Lines 1610 1624 +14 Branches 120 127 +7 ============================================= + Hits 1016 1132 +116 + Misses 514 402 -112 - Partials 80 90 +10 ```

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