Skip to content

refactor(coap-server): refactor request handling #1693

refactor(coap-server): refactor request handling

refactor(coap-server): refactor request handling #1693

Triggered via pull request July 21, 2023 09:09
Status Failure
Total duration 2m 17s
Artifacts

ci.yaml

on: pull_request
eslint
2m 9s
eslint
Check version consistency of packages
11s
Check version consistency of packages
Check coding style
12s
Check coding style
Matrix: setup-and-test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 5 warnings
setup-and-test (ubuntu-latest, 16.x): packages/binding-coap/src/coap-server.ts#L399
Argument of type 'IncomingMessage' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 16.x): packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
setup-and-test (ubuntu-latest, 16.x): packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
setup-and-test (ubuntu-latest, 16.x)
Process completed with exit code 2.
setup-and-test (ubuntu-latest, 18.x): packages/binding-coap/src/coap-server.ts#L399
Argument of type 'IncomingMessage' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 18.x): packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
setup-and-test (ubuntu-latest, 18.x): packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
setup-and-test (ubuntu-latest, 18.x)
The operation was canceled.
Check coding style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actionsx/prettier@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check version consistency of packages
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
setup-and-test (ubuntu-latest, 16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup-and-test (ubuntu-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
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/