Skip to content

test: fix integration & unit tests (#14) #42

test: fix integration & unit tests (#14)

test: fix integration & unit tests (#14) #42

Triggered via push November 26, 2024 13:39
Status Failure
Total duration 3m 16s
Artifacts

ci_release.yml

on: push
lint  /  golangci-lint
3m 3s
lint / golangci-lint
lint  /  yamllint
8s
lint / yamllint
lint  /  markdown-lint
12s
lint / markdown-lint
test  /  Go Mod Tidy Check
20s
test / Go Mod Tidy Check
test  /  Run Unit Tests
1m 7s
test / Run Unit Tests
test  /  Run Integration Tests
10s
test / Run Integration Tests
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 7 warnings
lint / yamllint: .github/workflows/semantic_release.yml#L17
17:81 [line-length] line too long (103 > 80 characters)
lint / yamllint: .github/workflows/semantic_release.yml#L18
18:81 [line-length] line too long (174 > 80 characters)
lint / yamllint: docker/docker-compose.yml#L15
15:35 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L16
16:37 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L18
18:58 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L41
41:27 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L42
42:13 [trailing-spaces] trailing spaces
lint / yamllint: docker/docker-compose.yml#L55
55:81 [line-length] line too long (90 > 80 characters)
lint / yamllint
Process completed with exit code 1.
lint / markdown-lint
Process completed with exit code 1.
test / Run Unit Tests
Process completed with exit code 2.
lint / golangci-lint: mocks/mocks.go#L95
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: mocks/mocks.go#L194
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: execution.go#L106
Error return value of `c.proxyClient.Stop` is not checked (errcheck)
lint / golangci-lint: execution_test.go#L175
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint / golangci-lint: execution.go#L19
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint: execution_test.go#L16
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint
issues found
lint / golangci-lint: mocks/mocks.go#L15
exported: exported type MockEngineAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L19
exported: exported type ForkchoiceState should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L27
exported: exported function NewMockEngineAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L105
exported: exported type MockEthAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L109
exported: exported function NewMockEthAPI should have comment or be unexported (revive)
lint / golangci-lint: mocks/mocks.go#L204
exported: exported method MockEngineAPI.GetLastForkchoiceUpdated should have comment or be unexported (revive)
lint / golangci-lint: execution.go#L26
exported: exported var ErrNilPayloadStatus should have comment or be unexported (revive)