Skip to content

Commit d8b9d7f

Browse files
committed
test: Stage 5
1 parent 70ed6e3 commit d8b9d7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

design-docs/test-suite-improvement-plan.status.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
- ✅ Stage 4 – Python Unit Coverage: added `tests/python/unit/test_session_helpers.py`
1515
for facade utilities and introduced `tests/python/support` for shared
1616
fixtures; updated monitoring tests to use the helper directory builder.
17-
- 🚧 Stage 5 – CI & Coverage Instrumentation: CI now runs Rust and Python
18-
suites in separate steps; coverage instrumentation plan still pending.
17+
- ✅ Stage 5 – CI & Coverage Instrumentation: CI now runs the split Rust/Python
18+
test jobs plus a non-blocking coverage job that reuses `just coverage`, uploads
19+
LCOV/XML/JSON artefacts, and posts a per-PR summary comment.
1920
- ⏳ Stage 6 – Cleanup & Documentation: not started.
2021

2122
## Next Actions
22-
1. Implement coverage collection (Just targets + CI artefacts) following the
23-
drafted plan while keeping steps non-blocking initially.
24-
2. Evaluate report stability and prepare enforcement thresholds before Stage 6.
23+
1. Evaluate coverage report stability and prepare enforcement thresholds before
24+
Stage 6.

0 commit comments

Comments
 (0)