Skip to content

trying to work through eco pr #1380

trying to work through eco pr

trying to work through eco pr #1380

Triggered via pull request January 8, 2025 08:58
@benjaminpaigebenjaminpaige
synchronize #982
eco-tif
Status Failure
Total duration 3m 28s
Artifacts

pr-coverage-annotation.yml

on: pull_request
coverage-report
3m 18s
coverage-report
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lambda/itemExists.test.ts > Handler for checking if record exists > should return 200 and exists: true if record is found: lib/lambda/itemExists.test.ts#L31
AssertionError: expected 500 to deeply equal 200 - Expected + Received - 200 + 500 ❯ lambda/itemExists.test.ts:31:19
lambda/itemExists.test.ts > Handler for checking if record exists > should return 200 and exists: false if no record is found: lib/lambda/itemExists.test.ts#L49
AssertionError: expected 500 to deeply equal 200 - Expected + Received - 200 + 500 ❯ lambda/itemExists.test.ts:49:23
lambda/itemExists.test.ts > Handler for checking if record exists > should return 200 and exists: false if a 404 error occurs during processing: lib/lambda/itemExists.test.ts#L67
AssertionError: expected 500 to deeply equal 200 - Expected + Received - 200 + 500 ❯ lambda/itemExists.test.ts:67:22
lambda/itemExists.test.ts > Handler for checking if record exists > should return 500 error occurs during processing: lib/lambda/itemExists.test.ts#L614
AssertionError: expected '{"message":"Internal server error"}' to deeply equal '{"error":"Internal server error","mes…' Expected: "{"error":"Internal server error","message":"Response Error"}" Received: "{"message":"Internal server error"}" ❯ lambda/itemExists.test.ts:614:44
coverage-report
Process completed with exit code 1.
coverage-report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636