Skip to content

[WIP]create deployments commands #1860

[WIP]create deployments commands

[WIP]create deployments commands #1860

Triggered via pull request November 11, 2023 03:04
Status Failure
Total duration 21m 49s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Lint: cmd/plural/api_test.go#L1
: # github.com/pluralsh/plural/cmd/plural_test [github.com/pluralsh/plural/cmd/plural.test]
Lint: cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Lint: cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Lint: cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Lint: cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService) (typecheck)
Lint: cmd/plural/cd.go#L65
File is not `gofmt`-ed with `-s` (gofmt)
Lint
issues found
Unit test: cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L80
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L120
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test: cmd/plural/cd_test.go#L160
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CloneService)
Unit test
Process completed with exit code 2.