Skip to content

v1.31.0

v1.31.0 #2609

Triggered via push December 27, 2024 10:58
Status Failure
Total duration 2m 13s
Artifacts

codecov.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
src/array/remove.spec.ts > remove > should remove elements based on the predicate function: src/array/remove.spec.ts#L8
AssertionError: expected [ 2, 4 ] to deeply equal [ 1, 3, 5 ] - Expected + Received Array [ - 1, - 3, - 5, + 2, + 4, ] ❯ src/array/remove.spec.ts:8:20
src/array/remove.spec.ts > remove > should handle sparse arrays correctly: src/array/remove.spec.ts#L14
AssertionError: expected [ undefined, undefined ] to deeply equal [ 1, 3, 5 ] - Expected + Received Array [ - 1, - 3, - 5, + undefined, + undefined, ] ❯ src/array/remove.spec.ts:14:20
src/array/remove.spec.ts > remove > should return an empty array if all elements are removed: src/array/remove.spec.ts#L20
AssertionError: expected [ 1, 2, 3, 4, 5 ] to deeply equal [] - Expected + Received - Array [] + Array [ + 1, + 2, + 3, + 4, + 5, + ] ❯ src/array/remove.spec.ts:20:20
src/array/remove.spec.ts > remove > should not remove any elements if the predicate always returns false: src/array/remove.spec.ts#L26
AssertionError: expected [] to deeply equal [ 1, 2, 3, 4, 5 ] - Expected + Received - Array [ - 1, - 2, - 3, - 4, - 5, - ] + Array [] ❯ src/array/remove.spec.ts:26:20
codecov
Process completed with exit code 1.
codecov
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636