Skip to content

Disable metadata service detection in the emulator. #24912

Disable metadata service detection in the emulator.

Disable metadata service detection in the emulator. #24912

Triggered via pull request March 8, 2024 19:51
Status Success
Total duration 4m 41s
Artifacts

node-test.yml

on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: integration-windows
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
check-package-lock-vsce (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-package-lock (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-json-schema (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (20): src/emulator/functionsEmulator.ts#L274
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint (20): src/emulator/functionsEmulator.ts#L316
Unsafe assignment of an `any` value
lint (20): src/emulator/functionsEmulator.ts#L319
Invalid type "any" of template literal expression
lint (20): src/emulator/functionsEmulator.ts#L319
Unsafe member access .type on an `any` value
lint (20): src/emulator/functionsEmulator.ts#L321
Invalid type "any" of template literal expression
lint (20): src/emulator/functionsEmulator.ts#L321
Unsafe member access .eventType on an `any` value
lint (20): src/emulator/functionsEmulator.ts#L323
Unsafe member access .data on an `any` value
lint (20): src/emulator/functionsEmulator.ts#L324
Invalid type "any" of template literal expression
lint (20): src/emulator/functionsEmulator.ts#L324
Unsafe member access .data on an `any` value
lint (20): src/emulator/functionsEmulator.ts#L369
Missing return type on function
unit (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.