Drag globe near poles with versor #6941
test-all.yml
on: pull_request
Code Hygiene
2m 21s
Unit tests and Coverage
2m 14s
Matrix: Build tests
Matrix: Integration tests
Matrix: Render tests
Annotations
14 errors and 8 warnings
src/ui/camera.test.ts > #easeTo globe projection > mercator test equivalents > noop with offset:
src/ui/camera.test.ts#L2882
AssertionError: expected { lng: -85.920281104, lat: +0 } to deeply equal { lng: -85.920282254, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": -85.920282254,
+ "lng": -85.920281104,
}
❯ src/ui/camera.test.ts:2882:53
|
src/ui/camera.test.ts > #easeTo globe projection > mercator test equivalents > pans with specified offset:
src/ui/camera.test.ts#L2890
AssertionError: expected { lng: 14.079718699, lat: +0 } to deeply equal { lng: 14.079717746, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": 14.079717746,
+ "lng": 14.079718699,
}
❯ src/ui/camera.test.ts:2890:53
|
src/ui/camera.test.ts > #easeTo globe projection > mercator test equivalents > pans with specified offset relative to viewport on a rotated camera:
src/ui/camera.test.ts#L2896
AssertionError: expected { lng: -174.079718721, lat: +0 } to deeply equal { lng: -174.079717746, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": -174.079717746,
+ "lng": -174.079718721,
}
❯ src/ui/camera.test.ts:2896:53
|
src/ui/camera.test.ts > #easeTo globe projection > mercator test equivalents > zooms with specified offset:
src/ui/camera.test.ts#L2903
AssertionError: expected { lng: -7.74288791, lat: +0 } to deeply equal { lng: -7.742888378, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": -7.742888378,
+ "lng": -7.74288791,
}
❯ src/ui/camera.test.ts:2903:53
|
src/ui/camera.test.ts > #easeTo globe projection > mercator test equivalents > zooms with specified offset relative to viewport on a rotated camera:
src/ui/camera.test.ts#L2910
AssertionError: expected { lng: 7.74288791, lat: +0 } to deeply equal { lng: 7.742888378, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": 7.742888378,
+ "lng": 7.74288791,
}
❯ src/ui/camera.test.ts:2910:53
|
src/ui/camera.test.ts > #flyTo globe projection > globe specific behavior > changing center with no zoom specified should adjusts zoom:
src/ui/camera.test.ts#L3059
AssertionError: expected 40.00000085377366 to be close to 40, received difference is 8.537736633229542e-7, but expected 5e-10
❯ src/ui/camera.test.ts:3059:44
|
src/ui/camera.test.ts > #flyTo globe projection > mercator test equivalents > noop with offset:
src/ui/camera.test.ts#L3200
AssertionError: expected { lng: -85.920281104, lat: +0 } to deeply equal { lng: -85.920282254, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": -85.920282254,
+ "lng": -85.920281104,
}
❯ src/ui/camera.test.ts:3200:53
|
src/ui/camera.test.ts > #flyTo globe projection > mercator test equivalents > pans with specified offset:
src/ui/camera.test.ts#L3208
AssertionError: expected { lng: 14.079718699, lat: +0 } to deeply equal { lng: 14.079717746, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": 14.079717746,
+ "lng": 14.079718699,
}
❯ src/ui/camera.test.ts:3208:53
|
src/ui/camera.test.ts > #flyTo globe projection > mercator test equivalents > pans with specified offset relative to viewport on a rotated camera:
src/ui/camera.test.ts#L3214
AssertionError: expected { lng: -174.079718721, lat: +0 } to deeply equal { lng: -174.079717746, lat: +0 }
- Expected
+ Received
Object {
"lat": 0,
- "lng": -174.079717746,
+ "lng": -174.079718721,
}
❯ src/ui/camera.test.ts:3214:53
|
src/geo/projection/globe_transform.test.ts > GlobeTransform > projection > setLocationAtPoint > offset lnglat:
src/geo/projection/globe_transform.test.ts#L326
AssertionError: expected 5.000000099979275 to be close to 5, received difference is 9.997927463700762e-8, but expected 5e-11
❯ src/geo/projection/globe_transform.test.ts:326:41
|
test/build/min.test.ts > test min build > bundle size stays the same:
test/build/min.test.ts#L43
AssertionError: expected 909697 to be less than 909652
❯ test/build/min.test.ts:43:29
|
Build tests (ubuntu-latest)
Process completed with exit code 1.
|
Build tests (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Build tests (windows-latest)
The operation was canceled.
|
Unit tests and Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests and Coverage
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/test-results-action/v1/dist/codecov' failed with exit code 1
|
Code Hygiene
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Render tests (ubuntu-latest, 2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Render tests (ubuntu-latest, 0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Render tests (ubuntu-latest, 1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-dist-ubuntu-latest
|
235 KB |
|
build-dist-windows-latest
|
235 KB |
|