Bump the go-modules group across 1 directory with 2 updates #20
Annotations
10 errors
codecov:
commands/db_exec_command_test.go#L18
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbec.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_exec_command_test.go#L22
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbec.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_exec_command_test.go#L26
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbec.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_exec_command_test.go#L29
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbec.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_pull_command_test.go#L27
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbpc.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_push_command_test.go#L24
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbpc.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/db_seed_command_test.go#L23
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to dbsc.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/debug_command_test.go#L20
cannot use mockCtx (variable of type *mocks.Context) as console.Context value in argument to debugCmd.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/format_command_test.go#L23
cannot use ctx (variable of type *mocks.Context) as console.Context value in argument to fmtCmd.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|
codecov:
commands/generate_command_test.go#L23
cannot use ctx (variable of type *mocks.Context) as console.Context value in argument to genCmd.Handle: *mocks.Context does not implement console.Context (missing method Ask)
|