test(output): add integration tests #57
all.yml
on: pull_request
checks
/
dependencies
7s
checks
/
lint
2m 30s
checks
/
test-build
1m 5s
Matrix: checks / test-go-versions
Annotations
6 errors and 1 warning
checks / lint:
pkg/opentelemetry/output_test.go#L103
Error return value of `s.server.Serve` is not checked (errcheck)
|
checks / lint:
pkg/opentelemetry/output_test.go#L109
Error return value of `s.listener.Close` is not checked (errcheck)
|
checks / lint:
pkg/opentelemetry/output_test.go#L191
Error return value of `output.Stop` is not checked (errcheck)
|
checks / lint:
pkg/opentelemetry/output_test.go#L143
Function TestOutput missing the call to method parallel
|
checks / lint:
pkg/opentelemetry/output_test.go#L179
Range statement for test TestOutput does not reinitialise the variable protocol
|
checks / lint
issues found
|
checks / lint:
pkg/opentelemetry/output_test.go#L119
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|