Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to avro4k 2.x #89

Merged
merged 9 commits into from
Jul 24, 2024

refactor

1c71162
Select commit
Loading
Failed to load commit list.
Merged

Migrate to avro4k 2.x #89

refactor
1c71162
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 24, 2024 in 0s

53.75% of diff hit (target 69.80%)

View this Pull Request on Codecov

53.75% of diff hit (target 69.80%)

Annotations

Check warning on line 18 in avro-kotlin-serialization/src/main/kotlin/avro4k/Avro4kSchemaRegistry.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/avro4k/Avro4kSchemaRegistry.kt#L18

Added line #L18 was not covered by tests

Check warning on line 9 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 12 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt#L12

Added line #L12 was not covered by tests

Check warning on line 16 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt#L16

Added line #L16 was not covered by tests

Check warning on line 20 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxDataClassStrategy.kt#L20

Added line #L20 was not covered by tests

Check warning on line 9 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 12 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt#L12

Added line #L12 was not covered by tests

Check warning on line 16 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt#L16

Added line #L16 was not covered by tests

Check warning on line 20 in avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/KotlinxEnumClassStrategy.kt#L20

Added line #L20 was not covered by tests

Check warning on line 10 in avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt#L9-L10

Added lines #L9 - L10 were not covered by tests

Check warning on line 12 in avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt#L12

Added line #L12 was not covered by tests

Check warning on line 16 in avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt#L16

Added line #L16 was not covered by tests

Check warning on line 19 in avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin-serialization/src/main/kotlin/strategy/SpecificRecordBaseStrategy.kt#L19

Added line #L19 was not covered by tests

Check warning on line 16 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt#L16

Added line #L16 was not covered by tests

Check warning on line 31 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt#L31

Added line #L31 was not covered by tests

Check warning on line 33 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt#L33

Added line #L33 was not covered by tests

Check warning on line 36 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMap.kt#L36

Added line #L36 was not covered by tests

Check warning on line 21 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt#L21

Added line #L21 was not covered by tests

Check warning on line 27 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt#L27

Added line #L27 was not covered by tests

Check warning on line 35 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 38 in avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/repository/AvroSchemaResolverMutableMap.kt#L38

Added line #L38 was not covered by tests

Check warning on line 13 in avro-kotlin/src/main/kotlin/value/_compatibility.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/value/_compatibility.kt#L13

Added line #L13 was not covered by tests

Check warning on line 21 in avro-kotlin/src/main/kotlin/value/_compatibility.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/value/_compatibility.kt#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 29 in avro-kotlin/src/main/kotlin/value/_compatibility.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

avro-kotlin/src/main/kotlin/value/_compatibility.kt#L29

Added line #L29 was not covered by tests