Skip to content

Extend Driver interface with optional properties for future compatibility #143

Extend Driver interface with optional properties for future compatibility

Extend Driver interface with optional properties for future compatibility #143

Re-run triggered January 21, 2026 02:39
Status Failure
Total duration 56s
Artifacts

coverage.yml

on: pull_request
Test Coverage Report
52s
Test Coverage Report
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Test Coverage Report
Process completed with exit code 2.
Test Coverage Report: packages/foundation/core/src/app.ts#L108
Type '(object: string, id: string, options?: any) => Promise<any>' is not assignable to type '(args_0: string, args_1: string | number, args_2: { timeout?: number | undefined; transaction?: any; skipCache?: boolean | undefined; } | undefined, ...args: unknown[]) => Promise<boolean>'.
Test Coverage Report: packages/foundation/core/src/app.ts#L105
Type '(object: string, id: string, data: any, options?: any) => Promise<any>' is not assignable to type '(args_0: string, args_1: string | number, args_2: Record<string, any>, args_3: { timeout?: number | undefined; transaction?: any; skipCache?: boolean | undefined; } | undefined, ...args: unknown[]) => Promise<...>'.