Upgrade to Couchbase 4 (and other build changes) #213
test.yml
on: pull_request
unit
2m 31s
integration
0s
Matrix: e2e
Annotations
12 errors and 6 warnings
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L76 <2352>:
scores-src/src/server/__mocks__/db.ts#L76
Conversion of type '{ content: unknown; cas: number; }' to type 'GetResult' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Type '{ content: unknown; cas: number; }' is missing the following properties from type 'GetResult': value, expiry
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L126 <2367>:
scores-src/src/server/__mocks__/db.ts#L126
This comparison appears to be unintentional because the types 'number | undefined' and 'Cas' have no overlap.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L151 <2367>:
scores-src/src/server/__mocks__/db.ts#L151
This comparison appears to be unintentional because the types 'number | undefined' and 'Cas' have no overlap.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L170 <2367>:
scores-src/src/server/__mocks__/db.ts#L170
This comparison appears to be unintentional because the types 'number | undefined' and 'Cas' have no overlap.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L181 <2339>:
scores-src/src/server/__mocks__/db.ts#L181
Property 'LCBX_SDCMD_ARRAY_ADD_LAST' does not exist on type 'CppBinding'.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L184 <2339>:
scores-src/src/server/__mocks__/db.ts#L184
Property 'LCBX_SDCMD_REMOVE' does not exist on type 'CppBinding'.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L204 <2339>:
scores-src/src/server/__mocks__/db.ts#L204
Property 'LCBX_SDCMD_ARRAY_INSERT' does not exist on type 'CppBinding'.
|
[tsc (scores-src/server)] scores-src/src/server/__mocks__/db.ts#L224 <2339>:
scores-src/src/server/__mocks__/db.ts#L224
Property 'LCBX_SDCMD_REPLACE' does not exist on type 'CppBinding'.
|
[tsc (scores-src/server)] scores-src/src/server/eventTypeRoutes.ts#L265 <2322>:
scores-src/src/server/eventTypeRoutes.ts#L265
Type 'string' is not assignable to type 'Cas'.
|
[tsc (scores-src/server)] scores-src/src/server/eventsRoutes.ts#L137 <2322>:
scores-src/src/server/eventsRoutes.ts#L137
Type 'string' is not assignable to type 'Cas'.
|
[tsc (scores-src/server)] scores-src/src/server/userManagementRoutes.ts#L96 <2367>:
scores-src/src/server/userManagementRoutes.ts#L96
This comparison appears to be unintentional because the types 'Cas' and 'string' have no overlap.
|
unit
Process completed with exit code 1.
|
scores-src/src/server/rosesLiveSync.ts#L135
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
scores-src/src/server/rosesLiveSync.ts#L137
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
scores-src/src/server/rosesLiveSync.ts#L140
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
unit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e (scores)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e (bundle)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|