Skip to content

test: mockery

test: mockery #2580

Triggered via pull request September 8, 2024 15:51
Status Failure
Total duration 6m 22s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
codecov: auth/auth_test.go#L84
cannot use &Context{…} (value of type *Context) as "github.com/goravel/framework/contracts/http".Context value in return statement: *Context does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
codecov: http/context.go#L10
cannot use NewContext() (value of type *Context) as "github.com/goravel/framework/contracts/http".Context value in return statement: *Context does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
codecov: session/middleware/start_session_test.go#L27
cannot use NewTestContext(r.Context(), next, w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to StartSession(): *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (wrong type for method WithValue)
codecov
Process completed with exit code 1.