Skip to content

Commit 12200d6

Browse files
chore(checklist): auto-update coverage summary [skip ci]
1 parent 9de7772 commit 12200d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

QA-CHECKLIST.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
| `core-functionality/auth/` | 21 | 7 | 13 | 1 | 0 |
828828
| `core-functionality/knowledge-ingestion/` | 8 | 8 | 0 | 0 | 0 |
829829
| `core-functionality/llm-agents/` | 40 | 30 | 5 | 3 | 2 |
830-
| `core-functionality/model-provider/` | 34 | 30 | 2 | 2 | 0 |
830+
| `core-functionality/model-provider/` | 34 | 31 | 2 | 1 | 0 |
831831
| `core-functionality/observability-monitoring/` | 24 | 24 | 0 | 0 | 0 |
832832
| `core-functionality/playground/` | 52 | 47 | 3 | 1 | 1 |
833833
| `core-functionality/project-management/` | 12 | 6 | 6 | 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** | **393 (79%)** | **77 (15%)** | **17 (3%)** | **13 (3%)** |
841+
| **TOTAL** | **500** | **394 (79%)** | **77 (15%)** | **16 (3%)** | **13 (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-
> 458 `test()` calls carrying the `@stable` tag, distributed across 182 spec
857+
> 460 `test()` calls carrying the `@stable` tag, distributed across 182 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
@@ -1160,6 +1160,8 @@
11601160
- [x] the provider is offered with two variables and a live-only, empty catalog → `openai-compatible-provider-setup.spec.ts`
11611161
- [x] an unreachable base URL is rejected and nothing is persisted → `openai-compatible-provider-setup.spec.ts`
11621162
- [x] a reachable endpoint with a bogus key is rejected as an authentication failure → `openai-compatible-provider-setup.spec.ts`
1163+
- [x] a discovered model runs a flow through the OpenAI Compatible provider → `openai-compatible-provider-setup.spec.ts`
1164+
- [x] saving a base URL and an API key through Settings persists BOTH variables → `openai-compatible-provider-setup.spec.ts`
11631165
- [x] OpenAI API key is configured via Settings → Model Providers → `openai-provider.spec.ts`
11641166

11651167
#### core-functionality/observability-monitoring/

0 commit comments

Comments
 (0)