test: add e2e test using multicast #1144
static-analysis.yaml
on: pull_request
Static analysis
4m 34s
Static check
2m 31s
Golangci-lint
1m 19s
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.
|