Skip to content

Bump the go-modules group across 1 directory with 2 updates #21

Bump the go-modules group across 1 directory with 2 updates

Bump the go-modules group across 1 directory with 2 updates #21

Triggered via pull request July 22, 2024 14:32
Status Failure
Total duration 35s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)