Feature/skill improvements #532
Annotations
7 errors and 4 warnings
|
test-upload-api
Process completed with exit code 1.
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (ZIP) > should handle stream error:
upload-api/tests/unit/routes/index.routes.test.ts#L389
Error: read error
❯ tests/unit/routes/index.routes.test.ts:389:28
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (ZIP) > should return 400 when ZIP stream is empty:
upload-api/tests/unit/routes/index.routes.test.ts#L374
AssertionError: expected "vi.fn()" to be called with arguments: [ 400 ]
Received:
1st vi.fn() call:
[
- 400,
+ 500,
]
Number of calls: 1
❯ tests/unit/routes/index.routes.test.ts:374:26
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (ZIP) > should process ZIP file stream:
upload-api/tests/unit/routes/index.routes.test.ts#L354
AssertionError: expected "vi.fn()" to be called at least once
❯ tests/unit/routes/index.routes.test.ts:354:40
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (XML) > should call createMapper for valid XML with 200:
upload-api/tests/unit/routes/index.routes.test.ts#L312
AssertionError: expected "vi.fn()" to be called at least once
❯ tests/unit/routes/index.routes.test.ts:312:32
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (XML) > should return 400 when XML stream is empty:
upload-api/tests/unit/routes/index.routes.test.ts#L292
AssertionError: expected "vi.fn()" to be called with arguments: [ 400 ]
Received:
1st vi.fn() call:
[
- 400,
+ 500,
]
Number of calls: 1
❯ tests/unit/routes/index.routes.test.ts:292:26
|
|
tests/unit/routes/index.routes.test.ts > routes/index > GET /validator — file path (XML) > should process XML file stream:
upload-api/tests/unit/routes/index.routes.test.ts#L273
AssertionError: expected "vi.fn()" to be called with arguments: [ 'xml', '<root>xml</root>', …(2) ]
Number of calls: 0
❯ tests/unit/routes/index.routes.test.ts:273:40
|
|
test-ui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-api
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-upload-api
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-upload-api
No files were found with the provided path: upload-api/coverage/. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
api-coverage-report
|
550 KB |
sha256:71a7d3edf584ca43d0c5e61bb591d882cf94cf0e024fd9615136c81b91e047f6
|
|
|
ui-coverage-report
|
162 KB |
sha256:62f74b7ce446f16927cd82e5ce43547b226814397b700a4356c6d0a2f77bcf21
|
|