test(output): add integration tests #56
all.yml
on: pull_request
checks
/
dependencies
6s
checks
/
lint
2m 50s
checks
/
test-build
1m 6s
Matrix: checks / test-go-versions
Annotations
7 errors and 1 warning
checks / dependencies
Process completed with exit code 1.
|
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)
|