Initialize default metrics to 0 #1443
Triggered via pull request
October 24, 2023 07:47
Status
Cancelled
Total duration
14m 0s
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 45s
Perform CodeQL analysis
7m 12s
Run editorconfig checker
11s
Annotations
2 errors and 10 warnings
Run tests defined for the project
Canceling since a higher priority waiting request for 'Trigger test suite-patch-2' exists
|
Run tests defined for the project
The operation was canceled.
|
Run tests defined for the project:
eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
|
Run tests defined for the project:
eth/blockwatch/block_watcher.go#L496
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
eth/blockwatch/stack.go#L80
redundant if ...; err != nil check, just return error instead.
|
Run tests defined for the project:
test/e2e/e2e.go#L35
context.Context should be the first parameter of a function
|
Run tests defined for the project:
test/e2e/e2e.go#L61
context.Context should be the first parameter of a function
|
Run tests defined for the project:
test/e2e/e2e.go#L141
context.Context should be the first parameter of a function
|
Run tests defined for the project:
eth/blockwatch/fake_client.go#L48
should drop = 0 from declaration of var startTimestep; it is the zero value
|
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:
cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
|
Run tests defined for the project:
verification/verify_test.go#L59
parameter 'params' seems to be unused, consider removing or renaming it as _
|