Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

fix: add higher test coverage for storages. #76

fix: add higher test coverage for storages.

fix: add higher test coverage for storages. #76

Triggered via pull request December 23, 2023 21:22
Status Success
Total duration 1m 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: packages/database/src/schemas/PrivateKey.ts#L84
Unexpected string value in conditional. An explicit empty string check is required
Build and test: packages/database/src/schemas/PrivateKey.ts#L86
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/database/src/schemas/PrivateKey.ts#L98
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/database/src/schemas/PrivateKey.ts#L122
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/database/src/schemas/PrivateKey.ts#L129
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/database/src/schemas/PrivateKey.ts#L161
Invalid type "never" of template literal expression
Build and test: packages/encryption/src/migration/index.ts#L65
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/encryption/src/migration/index.ts#L69
Unsafe argument of type `any` assigned to a parameter of type `{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }[]`
Build and test: packages/encryption/src/migration/index.ts#L70
Unsafe spread of an `any` type
Build and test: packages/encryption/src/migration/index.ts#L184
Unexpected nullable object value in conditional. An explicit null check is required