Skip to content

Running Copilot coding agent #75

Running Copilot coding agent

Running Copilot coding agent #75

Triggered via dynamic January 21, 2026 16:27
Status Success
Total duration 10m 31s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/data/validation.test.ts > ValidationRuleSchema - Type Coercion Edge Cases > should handle cross-field validation with complex conditions: packages/spec/src/data/validation.test.ts#L1410
AssertionError: expected [Function] to not throw an error but 'ReferenceError: CrossFieldValidationS…' was thrown - Expected: undefined + Received: "ReferenceError: CrossFieldValidationSchema is not defined" ❯ src/data/validation.test.ts:1410:68
src/data/validation.test.ts > ValidationRuleSchema - Type Coercion Edge Cases > should handle various param types: packages/spec/src/data/validation.test.ts#L1342
AssertionError: expected [Function] to not throw an error but 'ReferenceError: CustomValidatorSchema…' was thrown - Expected: undefined + Received: "ReferenceError: CustomValidatorSchema is not defined" ❯ src/data/validation.test.ts:1342:65 ❯ src/data/validation.test.ts:1333:17
src/data/validation.test.ts > ValidationRuleSchema - Edge Cases and Null Handling > should handle undefined otherwise in ConditionalValidation: packages/spec/src/data/validation.test.ts#L1246
AssertionError: expected [Function] to not throw an error but 'ReferenceError: ConditionalValidation…' was thrown - Expected: undefined + Received: "ReferenceError: ConditionalValidationSchema is not defined" ❯ src/data/validation.test.ts:1246:69
src/data/validation.test.ts > ValidationRuleSchema - Edge Cases and Null Handling > should handle empty params object: packages/spec/src/data/validation.test.ts#L1228
AssertionError: expected [Function] to not throw an error but 'ReferenceError: CustomValidatorSchema…' was thrown - Expected: undefined + Received: "ReferenceError: CustomValidatorSchema is not defined" ❯ src/data/validation.test.ts:1228:63
src/data/validation.test.ts > ValidationRuleSchema - Edge Cases and Null Handling > should handle undefined field in CustomValidator: packages/spec/src/data/validation.test.ts#L1216
AssertionError: expected [Function] to not throw an error but 'ReferenceError: CustomValidatorSchema…' was thrown - Expected: undefined + Received: "ReferenceError: CustomValidatorSchema is not defined" ❯ src/data/validation.test.ts:1216:63
src/data/validation.test.ts > ValidationRuleSchema - Edge Cases and Null Handling > should handle empty fields array in CrossFieldValidation: packages/spec/src/data/validation.test.ts#L1173
AssertionError: expected [Function] to not throw an error but 'ReferenceError: CrossFieldValidationS…' was thrown - Expected: undefined + Received: "ReferenceError: CrossFieldValidationSchema is not defined" ❯ src/data/validation.test.ts:1173:68
src/data/query.test.ts > QuerySchema - Edge Cases and Null Handling > should reject invalid operator in filter: packages/spec/src/data/query.test.ts#L1820
AssertionError: expected [Function] to throw an error ❯ src/data/query.test.ts:1820:9