trying to work through eco pr #1380
pr-coverage-annotation.yml
on: pull_request
coverage-report
3m 18s
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
|