2.1 KiB
2.1 KiB
Test Report: Global CRITICAL Coverage
Date: 2026-03-04 Executor: GRACE Tester
Coverage Matrix
| Module | TIER | Tests | Edge Covered | Invariants Covered |
|---|---|---|---|---|
| backend/src/api/routes/tasks.py | CRITICAL | - | - | - |
| backend/src/models/clean_release.py | CRITICAL | - | - | - |
| frontend/src/lib/components/assistant/tests/assistant_chat.integration.test.js | CRITICAL | - | - | - |
| frontend/src/lib/components/reports/tests/report_card.ux.test.js | CRITICAL | - | - | - |
| frontend/src/components/tests/task_log_viewer.test.js | CRITICAL | - | - | - |
(Note: Matrix focuses only on modules that triggered the fail policy)
Contract Validation
- TEST_CONTRACT validated ❌
- All FIXTURES tested ❌
- All EDGES tested ❌
- All INVARIANTS verified ❌
Results
Total: 0 Passed: 0 Failed: 5 Skipped: 38
Violations
| Module | Problem | Severity |
|---|---|---|
backend/src/api/routes/tasks.py |
[COHERENCE_CHECK_FAILED] Missing TEST_CONTRACT | CRITICAL |
backend/src/models/clean_release.py |
[COHERENCE_CHECK_FAILED] Missing TEST_CONTRACT | CRITICAL |
frontend/src/lib/components/assistant/__tests__/assistant_chat.integration.test.js |
[COHERENCE_CHECK_FAILED] Missing TEST_CONTRACT | CRITICAL |
frontend/src/lib/components/reports/__tests__/report_card.ux.test.js |
[COHERENCE_CHECK_FAILED] Missing TEST_CONTRACT | CRITICAL |
frontend/src/components/__tests__/task_log_viewer.test.js |
[COHERENCE_CHECK_FAILED] Missing TEST_CONTRACT | CRITICAL |
Next Actions
- Add
@TEST_CONTRACTtobackend/src/api/routes/tasks.py(forget_task_logsmethod) - Add
@TEST_CONTRACTtobackend/src/models/clean_release.py - Add
@TEST_CONTRACTtofrontend/src/lib/components/assistant/__tests__/assistant_chat.integration.test.jsor adjust TIER - Add
@TEST_CONTRACTtofrontend/src/lib/components/reports/__tests__/report_card.ux.test.jsor adjust TIER - Add
@TEST_CONTRACTtofrontend/src/components/__tests__/task_log_viewer.test.jsor adjust TIER