Skip to content

Test PR Build

Test PR Build #1446

Triggered via pull request October 24, 2023 11:59
@leszkoleszko
synchronize #2898
rafal/test-pr
Status Success
Total duration 13m 47s
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
13m 35s
Run tests defined for the project
Perform CodeQL analysis
6m 21s
Perform CodeQL analysis
Run editorconfig checker
6s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: eth/blockwatch/fake_client.go#L94
parameter 'q' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: pm/stub.go#L61
parameter 'minCreationRound' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: pm/stub.go#L75
parameter 'txHash' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: pm/stub.go#L102
parameter 'minCreationRound' seems to be unused, consider removing or renaming it as _
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: cmd/livepeer_cli/wizard_stats.go#L212
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: pm/recipient_test.go#L20
parameter 't' seems to be unused, consider removing or renaming it as _
Run tests defined for the project: cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID