You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reports/code_audit.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
134
134
| icons |`tests/icons`| Automated tests that lock icons behavior and regressions. | test | 25 | errors |
135
135
| ingestion |`tests/ingestion`| Automated tests that lock ingestion behavior and regressions. | test | 222 | config, runtime |
136
136
| invariants |`tests/invariants`| Automated tests that lock invariants behavior and regressions. | test | 88 | none |
137
-
| ir |`tests/ir`| Intermediate representation models, lowering passes, and serializers. | test |1769| errors, module_loader, parser, schema |
137
+
| ir |`tests/ir`| Intermediate representation models, lowering passes, and serializers. | test |1870| errors, module_loader, parser, schema |
138
138
| lang |`tests/lang`| Automated tests that lock lang behavior and regressions. | test | 245 | errors, validation |
139
139
| lexer |`tests/lexer`| Tokenization and scan payload generation for source files. | test | 154 | errors |
140
140
| lint |`tests/lint`| Automated tests that lock lint behavior and regressions. | test | 210 | none |
@@ -167,7 +167,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
167
167
| release |`tests/release`| Automated tests that lock release behavior and regressions. | test | 235 | cli, ir, module_loader, parser, ui, validation, version |
168
168
| resources |`tests/resources`| Automated tests that lock resources behavior and regressions. | test | 82 | none |
169
169
| retrain |`tests/retrain`| Automated tests that lock retrain behavior and regressions. | test | 106 | errors, feedback, observability |
| runtime_tools |`tests/runtime_tools`| Automated tests that lock runtime tools behavior and regressions. | test | 188 | config, errors, runtime |
172
172
| scripts |`tests/scripts`| Automated tests that lock scripts behavior and regressions. | test | 319 | none |
173
173
| sdk |`tests/sdk`| Automated tests that lock sdk behavior and regressions. | test | 115 | none |
@@ -177,7 +177,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
177
177
| spec_check |`tests/spec_check`| Automated tests that lock spec check behavior and regressions. | test | 207 | errors, parser |
178
178
| spec_freeze |`tests/spec_freeze`| Automated tests that lock spec freeze behavior and regressions. | test | 469 | ir, parser, runtime |
179
179
| storage |`tests/storage`| Automated tests that lock storage behavior and regressions. | test | 245 | runtime, schema |
180
-
| studio |`tests/studio`| Studio APIs and web assets for inspecting and operating applications. | test |3484| config, determinism, errors, governance, ir, observability, parser, pkg, runtime, schema, ui, utils, validation |
180
+
| studio |`tests/studio`| Studio APIs and web assets for inspecting and operating applications. | test |3562| config, determinism, errors, governance, ir, observability, parser, pkg, runtime, schema, ui, utils, validation |
181
181
| templates |`tests/templates`| Automated tests that lock templates behavior and regressions. | test | 1248 | cli, config, ingestion, module_loader, pipelines, runtime, studio, ui, validation |
182
182
| test_runner |`tests/test_runner`| Automated tests that lock test runner behavior and regressions. | test | 39 | errors |
183
183
| theme |`tests/theme`| Automated tests that lock theme behavior and regressions. | test | 131 | errors, ui |
@@ -186,7 +186,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
186
186
| traces |`tests/traces`| Automated tests that lock traces behavior and regressions. | test | 2258 | config, errors, runtime |
187
187
| training |`tests/training`| Automated tests that lock training behavior and regressions. | test | 241 | errors, models |
188
188
| triggers |`tests/triggers`| Automated tests that lock triggers behavior and regressions. | test | 86 | none |
189
-
| ui |`tests/ui`| Runtime UI manifest shaping and UI contract enforcement. | test |6602| cli, config, determinism, errors, ir, module_loader, page_layout, parser, runtime, studio, validation, validation_entrypoint |
189
+
| ui |`tests/ui`| Runtime UI manifest shaping and UI contract enforcement. | test |6670| cli, config, determinism, errors, ir, module_loader, page_layout, parser, runtime, studio, validation, validation_entrypoint |
190
190
| ui_manifest |`tests/ui_manifest`| Automated tests that lock ui manifest behavior and regressions. | test | 103 | ui |
191
191
| ui_preview |`tests/ui_preview`| Automated tests that lock ui preview behavior and regressions. | test | 233 | runtime |
192
192
| ui_render |`tests/ui_render`| Automated tests that lock ui render behavior and regressions. | test | 208 | none |
0 commit comments