Skip to content

Update test.yml

Update test.yml #7

Triggered via push July 3, 2024 07:46
Status Success
Total duration 4m 59s
Artifacts

test.yml

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

Annotations

12 warnings
Test (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): 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#L947
Update this function so that its implementation is not identical to the one on line 929
Test (16.x): sdk/src/platform/Platform-spec.ts#L970
Update this function so that its implementation is not identical to the one on line 929
Test (16.x): sdk/src/platform/Platform-spec.ts#L1073
Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed
Test (16.x): sdk/src/platform/Platform-spec.ts#L1214
Update this function so that its implementation is not identical to the one on line 1194
Test (16.x): sdk/src/platform/Platform.ts#L361
Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L453
Refactor this function to reduce its Cognitive Complexity from 34 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L573
Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L716
Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed
Test (16.x): sdk/src/platform/Platform.ts#L721
'retry' is never reassigned. Use 'const' instead