|
Ran
|
Jobs
1
|
Files
13
|
Run time
2min
|
Badge
README BADGES
|
push
github
Implement planning-oriented streaming indexer (#70) * Implement planning-oriented streaming indexer Traceability: - Requirements/design/validation package: docs/specs/rust-streaming-indexer-crate/ - Approved spec revision: 7682befd9 - Lifecycle shifts from planning passes to finalized partition hierarchy plus bottom-up assembly - Verification updated to cover hierarchy determinism, hybrid planning, invalid hierarchy rejection, and materializability bounds Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix streaming indexer follow-up review issues - map invalid hybrid planning configuration to the dedicated public error variant - emit terminal status events for planning and final assembly failure paths - strengthen validation coverage for hybrid config errors and status observer failures Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix remaining streaming indexer review issues - route built-in hybrid validation failures to InvalidHybridPlanningConfiguration - prevent duplicate planning-pass failed observer events - add regression coverage for invalid-hierarchy, final-replay, and bottom-up failure statuses Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix planning failure recovery and coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix observer phase boundaries Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix streaming indexer API regressions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix planning observer ordering Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Alan Jowett <alan.jowett@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1055 of 1278 new or added lines in 1 file covered. (82.55%)
67 existing lines in 4 files now uncovered.6304 of 7443 relevant lines covered (84.7%)
158.0 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 223 |
79.26 |
2.29% | crates/lexongraph-streaming-indexer/src/lib.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 60 |
79.26 |
2.29% | crates/lexongraph-streaming-indexer/src/lib.rs |
| 4 |
91.54 |
-0.77% | crates/lexongraph-block/src/lib.rs |
| 2 |
77.92 |
-0.65% | crates/lexongraph-streaming-clustering/src/lib.rs |
| 1 |
83.27 |
-0.18% | crates/lexongraph-directional-pca/src/lib.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 27151036135.1 | 13 |
84.7 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|