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

[connector,exporter,processor,receiver] Error out on mismatched type #12381

Merged
merged 12 commits into from
Feb 27, 2025

Merge branch 'main' into mx-psi/error-out

cfabf67
Select commit
Loading
Failed to load commit list.
Merged

[connector,exporter,processor,receiver] Error out on mismatched type #12381

Merge branch 'main' into mx-psi/error-out
cfabf67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 24, 2025 in 0s

12.90% of diff hit (target 95.00%)

View this Pull Request on Codecov

12.90% of diff hit (target 95.00%)

Annotations

Check warning on line 312 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L311-L312

Added lines #L311 - L312 were not covered by tests

Check warning on line 324 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L323-L324

Added lines #L323 - L324 were not covered by tests

Check warning on line 336 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L335-L336

Added lines #L335 - L336 were not covered by tests

Check warning on line 348 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L347-L348

Added lines #L347 - L348 were not covered by tests

Check warning on line 360 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 372 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L371-L372

Added lines #L371 - L372 were not covered by tests

Check warning on line 384 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L383-L384

Added lines #L383 - L384 were not covered by tests

Check warning on line 396 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L395-L396

Added lines #L395 - L396 were not covered by tests

Check warning on line 408 in connector/connector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connector/connector.go#L407-L408

Added lines #L407 - L408 were not covered by tests

Check warning on line 138 in exporter/exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/exporter.go#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 150 in exporter/exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/exporter.go#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 162 in exporter/exporter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporter/exporter.go#L161-L162

Added lines #L161 - L162 were not covered by tests

Check warning on line 132 in processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

processor/processor.go#L131-L132

Added lines #L131 - L132 were not covered by tests

Check warning on line 144 in processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

processor/processor.go#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 156 in processor/processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

processor/processor.go#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 148 in receiver/receiver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

receiver/receiver.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 160 in receiver/receiver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

receiver/receiver.go#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 172 in receiver/receiver.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

receiver/receiver.go#L171-L172

Added lines #L171 - L172 were not covered by tests