Skip to content

Commit 3641767

Browse files
chore(checklist): auto-update coverage summary [skip ci]
1 parent 22bee70 commit 3641767

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

β€ŽQA-CHECKLIST.mdβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
| Module | Total | Validated `[x]` | Needs validation `[-]` | Partial `[~]`/`[!]` | Not automated `[ ]` |
823823
|--------|-------|-----------------|------------------------|---------------------|---------------------|
824824
| `api/flows/` β€” REST API | 28 | 27 | 0 | 1 | 0 |
825-
| `core-components/` β€” Component Config | 27 | 23 | 4 | 0 | 0 |
825+
| `core-components/` β€” Component Config | 27 | 24 | 3 | 0 | 0 |
826826
| `core-components/` β€” Core Components | 91 | 87 | 3 | 0 | 1 |
827827
| `core-functionality/auth/` | 21 | 7 | 13 | 1 | 0 |
828828
| `core-functionality/knowledge-ingestion/` | 8 | 8 | 0 | 0 | 0 |
@@ -838,7 +838,7 @@
838838
| `mcp/server/` | 12 | 10 | 1 | 0 | 1 |
839839
| `ui-ux/` β€” Canvas | 44 | 40 | 0 | 4 | 0 |
840840
| `ui-ux/` β€” Settings | 7 | 6 | 0 | 1 | 0 |
841-
| **TOTAL** | **500** | **384 (77%)** | **87 (17%)** | **14 (3%)** | **15 (3%)** |
841+
| **TOTAL** | **500** | **385 (77%)** | **86 (17%)** | **14 (3%)** | **15 (3%)** |
842842

843843
> Note: `Validated [x]` counts checklist bullets, not `test()` calls. The
844844
> `@stable` tag is per-`test()`, and a single `@stable` test may map to
@@ -854,7 +854,7 @@
854854

855855
### 🟒 Phase 0 β€” Validated
856856

857-
> 446 `test()` calls carrying the `@stable` tag, distributed across 176 spec
857+
> 448 `test()` calls carrying the `@stable` tag, distributed across 177 spec
858858
> files. Run weekly by the stable workflow. New specs are merged with all
859859
> tests tagged `@stable`; the tag is removed per-test during weekly triage
860860
> when a failure is classified as a test bug β€” so a spec may end up with a
@@ -959,6 +959,8 @@
959959
- [x] The legacy banner link filters the sidebar to Data Operations β†’ `data-operations-legacy-link.spec.ts`
960960
- [x] Searching a legacy operations name surfaces Data Operations with legacy components hidden β†’ `data-operations-legacy-link.spec.ts`
961961
- [x] A legacy operations component still builds and returns its result β†’ `data-operations-legacy-link.spec.ts`
962+
- [x] two API Request nodes expose the same field without duplicating its DOM id β†’ `duplicate-dom-ids-regression.spec.ts`
963+
- [x] two Agent nodes expose the same field without duplicating its DOM id β†’ `duplicate-dom-ids-regression.spec.ts`
962964
- [x] user can edit a URL tool action in Tool Mode and the edits persist β†’ `edit-tools.spec.ts`
963965
- [x] a full custom component built from code exposes its declared interface β†’ `full-custom-component.spec.ts`
964966
- [x] the system must delete the handles from advanced fields when the code is updated β†’ `general-bugs-delete-handle-advanced-input.spec.ts`
@@ -1341,7 +1343,7 @@
13411343
| Module | Validate (`[-]`) | Create (`[ ]`) |
13421344
|--------|-----------------|---------------|
13431345
| `api/flows/` β€” REST API | 0 | 0 |
1344-
| `core-components/` β€” Component Config | 4 | 0 |
1346+
| `core-components/` β€” Component Config | 3 | 0 |
13451347
| `core-components/` β€” Core Components | 3 | 1 |
13461348
| `core-functionality/auth/` | 13 | 0 |
13471349
| `core-functionality/llm-agents/` | 5 | 2 |

0 commit comments

Comments
Β (0)