Carto: fetchMap to support custom basemaps #6591
test.yml
on: pull_request
test-node
6h 0m
Matrix: test-python
Annotations
2 errors and 11 warnings
test-node
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 360 minutes.
|
test-node
The operation was canceled.
|
test-python (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-node:
examples/experimental/tfjs/src/layers/spectrogram-layer.ts#L44
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
|
test-node:
examples/website/360-video/app.tsx#L76
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
|
test-node:
examples/website/collision-filter/app.tsx#L43
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
|
test-node:
examples/website/image-tile/app.tsx#L70
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
|
test-node:
examples/website/image-tile/app.tsx#L94
'data' is assigned a value but never used
|
test-node:
examples/website/plot/plot-layer/plot-layer.ts#L92
Method 'getSamples' has too many statements (28). Maximum allowed is 25
|
test-node:
examples/website/scenegraph/app.tsx#L106
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
|
test-node:
examples/website/terrain-extension/app.tsx#L86
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
|
test-node:
examples/website/wms/app.tsx#L68
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
|
test-node:
modules/carto/src/layers/utils.ts#L19
Function 'mergeBoundaryData' has too many statements (30). Maximum allowed is 25
|