Skip to content

Merge pull request #265 from ringcentral/asyncSupport #22

Merge pull request #265 from ringcentral/asyncSupport

Merge pull request #265 from ringcentral/asyncSupport #22

Triggered via push July 11, 2024 06:26
Status Success
Total duration 4m 53s
Artifacts

test.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Test (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (16.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (16.x): sdk/src/http/Client.ts#L112
Refactor this function to reduce its Cognitive Complexity from 23 to the 15 allowed
Test (16.x): sdk/src/platform/Platform-spec.ts#L976
Update this function so that its implementation is not identical to the one on line 958
Test (16.x): sdk/src/platform/Platform-spec.ts#L999
Update this function so that its implementation is not identical to the one on line 958
Test (16.x): sdk/src/platform/Platform-spec.ts#L1102
Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed
Test (16.x): sdk/src/platform/Platform-spec.ts#L1243
Update this function so that its implementation is not identical to the one on line 1223
Test (16.x): sdk/src/platform/Platform.ts#L365
Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L457
Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L577
Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L720
Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L725
'retry' is never reassigned. Use 'const' instead