Skip to content

Add ByteBuffer field type marshaling support to exporter.

Codecov / codecov/patch failed Sep 5, 2024 in 1s

0.00% of diff hit (target 80.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 80.00%)

Annotations

Check warning on line 335 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L335

Added line #L335 was not covered by tests

Check warning on line 500 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L500

Added line #L500 was not covered by tests

Check warning on line 502 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L502

Added line #L502 was not covered by tests

Check warning on line 504 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L504

Added line #L504 was not covered by tests

Check warning on line 506 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L506

Added line #L506 was not covered by tests

Check warning on line 509 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L509

Added line #L509 was not covered by tests

Check warning on line 514 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov 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

Check warning on line 523 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov 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

Check warning on line 533 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov 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

Check warning on line 537 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov 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

Check warning on line 539 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/CodedOutputStream.java#L539

Added line #L539 was not covered by tests

Check warning on line 135 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/JsonSerializer.java

See this annotation in the file changed.

@codecov 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

Check warning on line 353 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L353

Added line #L353 was not covered by tests

Check warning on line 355 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L355

Added line #L355 was not covered by tests

Check warning on line 176 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/ProtoSerializer.java

See this annotation in the file changed.

@codecov 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

Check warning on line 264 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L264

Added line #L264 was not covered by tests

Check warning on line 267 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov 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