test: fix integration & unit tests (#14) #42
ci_release.yml
on: push
lint
/
golangci-lint
3m 3s
lint
/
yamllint
8s
lint
/
markdown-lint
12s
test
/
Go Mod Tidy Check
20s
test
/
Run Unit Tests
1m 7s
test
/
Run Integration Tests
10s
release
0s
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)
|