Skip to content

feat: pre folder selection #68

feat: pre folder selection

feat: pre folder selection #68

Triggered via push November 28, 2024 01:28
Status Success
Total duration 5m 56s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: igmigrator.go#L85
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.DB).BeginTx(ctx context.Context, opts *database/sql.TxOptions) (*database/sql.Tx, error) (wrapcheck)
test: igmigrator.go#L98
error returned from interface method should be wrapped: sig: func (database/sql/driver.Tx).Commit() error (wrapcheck)
test: igmigrator.go#L220
error returned from external package is unwrapped: sig: func path/filepath.Walk(root string, fn path/filepath.WalkFunc) error (wrapcheck)
test: igmigrator.go#L276
error returned from external package is unwrapped: sig: func os.Open(name string) (*os.File, error) (wrapcheck)
test: igmigrator.go#L281
error returned from external package is unwrapped: sig: func (*os.File).Readdir(n int) ([]io/fs.FileInfo, error) (wrapcheck)
test: igmigrator.go#L312
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
test: igmigrator.go#L351
error returned from external package is unwrapped: sig: func os.ReadFile(name string) ([]byte, error) (wrapcheck)
test: igmigrator.go#L361
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
test: igmigrator.go#L368
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)
test: igmigrator.go#L380
error returned from interface method should be wrapped: sig: func (github.com/worldline-go/igmigrator/v2.Transaction).ExecContext(ctx context.Context, query string, args ...interface{}) (database/sql.Result, error) (wrapcheck)