Skip to content

Improve projection/terrain prop handling #24

Improve projection/terrain prop handling

Improve projection/terrain prop handling #24

Triggered via push October 3, 2024 17:18
Status Success
Total duration 1m 6s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
test
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/
test
Unexpected input(s) 'cache', valid inputs are ['volta-version', 'node-version', 'npm-version', 'yarn-version', 'package-json-path', 'variant', 'registry-url', 'scope', 'token', 'always-auth']
test: src/components/popup.ts#L45
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: src/maplibre/maplibre.ts#L248
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: src/maplibre/maplibre.ts#L444
Method '_updateStyleComponents' has a complexity of 14. Maximum allowed is 11
test: test/src/components/marker.spec.jsx#L8
Async arrow function has too many statements (39). Maximum allowed is 25