Skip to content

Aggregation UBO 2/2 #7181

Aggregation UBO 2/2

Aggregation UBO 2/2 #7181

Triggered via pull request September 2, 2024 15:12
Status Failure
Total duration 5m 52s
Artifacts

test.yml

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

Annotations

1 error and 11 warnings
test-node
Process completed with exit code 1.
test-python (3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts#L76
Method 'setProps' has a complexity of 12. Maximum allowed is 11