Skip to content

fix(carto): Add missing re-exports from API client in v9.1 #7396

fix(carto): Add missing re-exports from API client in v9.1

fix(carto): Add missing re-exports from API client in v9.1 #7396

Triggered via pull request November 26, 2024 21:02
Status Success
Total duration 6m 5s
Artifacts

test.yml

on: pull_request
Matrix: test-python
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test-node: examples/experimental/tfjs/src/layers/spectrogram-layer.ts#L48
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#L80
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#L47
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#L74
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#L98
'data' is assigned a value but never used
test-node: examples/website/plot/plot-layer/plot-layer.ts#L96
Method 'getSamples' has too many statements (28). Maximum allowed is 25
test-node: examples/website/scenegraph/app.tsx#L123
'_' is assigned a value but never used
test-node: examples/website/terrain-extension/app.tsx#L90
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#L72
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/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts#L78
Method 'setProps' has a complexity of 12. Maximum allowed is 11