Add ByteBuffer field type marshaling support to exporter. #6686
0.00% of diff hit (target 80.00%)
View this Pull Request on Codecov
0.00% of diff hit (target 80.00%)
Annotations
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L335
Added line #L335 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L500
Added line #L500 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L502
Added line #L502 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L504
Added line #L504 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L506
Added line #L506 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L509
Added line #L509 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L512-L514
Added lines #L512 - L514 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L518-L523
Added lines #L518 - L523 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L530-L533
Added lines #L530 - L533 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L535-L537
Added lines #L535 - L537 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L539
Added line #L539 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/JsonSerializer.java#L132-L135
Added lines #L132 - L135 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L353
Added line #L353 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L355
Added line #L355 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/ProtoSerializer.java#L174-L176
Added lines #L174 - L176 were not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L264
Added line #L264 was not covered by tests
codecov / codecov/patch
exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L266-L267
Added lines #L266 - L267 were not covered by tests