Skip to content

show paste icon

show paste icon #39

Triggered via push December 14, 2025 10:46
Status Failure
Total duration 56s
Artifacts

ci.yml

on: push
code-quality
52s
code-quality
Fit to window
Zoom out
Zoom in

Annotations

7 errors
code-quality
Process completed with exit code 2.
code-quality: app/currency.tsx#L78
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
code-quality: app/camera.tsx#L32
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.
code-quality: app/(send-flow)/currency.tsx#L101
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
code-quality: app/(send-flow)/camera.tsx#L29
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.
code-quality: app/(receive-flow)/currency.tsx#L81
Type '(scanning: ScanningData) => Promise<{ urInProgress: boolean; progress?: number; }>' is not assignable to type '(scanning: { data: string; type?: string | undefined; }) => Promise<unknown>'.
code-quality: app/(receive-flow)/camera.tsx#L29
Argument of type 'import("/home/runner/work/Sovran/Sovran/components/screens/CameraScreen").ScanningData' is not assignable to parameter of type 'import("/home/runner/work/Sovran/Sovran/hooks/coco/useProcessPaymentString").ScanningData'.