Skip to content

test: add e2e test using multicast #1144

test: add e2e test using multicast

test: add e2e test using multicast #1144

Triggered via pull request December 31, 2024 10:05
Status Failure
Total duration 4m 43s
Artifacts

static-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Golangci-lint: cmd/mcast/node_sidecar/main.go#L256
unchecked-type-assertion: type cast result is unchecked in anyMsg.(*wire.MsgTx) - type assertion will panic if not matched (revive)
Golangci-lint: cmd/mcast/node_sidecar/main.go#L271
unchecked-type-assertion: type cast result is unchecked in msg.(*wire.MsgBlock) - type assertion will panic if not matched (revive)
Golangci-lint: cmd/mcast/node_sidecar/main.go#L275
unchecked-type-assertion: type cast result is unchecked in msg.(*wire.MsgTx) - type assertion will panic if not matched (revive)
Golangci-lint: cmd/mcast/node_sidecar/main.go#L288
unchecked-type-assertion: type cast result is unchecked in msg.(*wire.MsgBlock) - type assertion will panic if not matched (revive)
Golangci-lint: cmd/mcast/node_sidecar/main.go#L292
unchecked-type-assertion: type cast result is unchecked in msg.(*wire.MsgTx) - type assertion will panic if not matched (revive)
Golangci-lint
issues found
Golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.