Bump to [email protected] #7349
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
examples/website/image-tile/app.tsx#L98
'data' is assigned a value but never used
|
Run tests:
examples/website/plot/plot-layer/plot-layer.ts#L96
Method 'getSamples' has too many statements (28). Maximum allowed is 25
|
Run tests:
examples/website/scenegraph/app.tsx#L110
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts#L78
Method 'setProps' has a complexity of 12. Maximum allowed is 11
|
Loading