Skip to content

release v0.7.1

release v0.7.1 #1401

Triggered via pull request October 10, 2023 08:25
Status Success
Total duration 12m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: pull_request
Run tests defined for the project
12m 11s
Run tests defined for the project
Perform CodeQL analysis
7m 23s
Perform CodeQL analysis
Run editorconfig checker
16s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: common/db.go#L457
redundant if ...; err != nil check, just return error instead.
Run tests defined for the project: common/db.go#L184
this block is empty, you can remove it
Run tests defined for the project: common/db.go#L187
this block is empty, you can remove it
Run tests defined for the project: common/types.go#L54
don't use underscores in Go names; const Score_Untrusted should be ScoreUntrusted
Run tests defined for the project: common/util.go#L482
should replace nvidiaCardCount += 1 with nvidiaCardCount++
Run tests defined for the project: verification/verify_test.go#L59
parameter 'params' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: discovery/discovery.go#L64
should omit 2nd value from range; this loop is equivalent to `for i := range ...`
Run tests defined for the project: cmd/livepeer/starter/starter.go#L64
const BroadcasterRpcPort should be BroadcasterRPCPort