Skip to content

Commit c8f4208

Browse files
hyperpolymathclaude
andcommitted
fix(status-gate): correct stale all-target test count 467 -> 486
Ground-truthed via `cargo test --all-targets -- --list | grep ': test$' | wc -l` = 486 on current main; TEST-NEEDS.md claimed 467 (drifted by 19). This is the second marker scripts/status-gate.sh reads — with it corrected, the now-wired status-gate passes on both its assertions (proof-count 5=5 from #300/#301, test-count 486=486 here), so the gate is green at source rather than red. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9b3563e commit c8f4208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TEST-NEEDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
- Contract/invariant tests: `src/ephapax-cli/tests/contract_tests.rs` (type system invariants, 13 tests)
1616
- Aspect tests: `src/ephapax-cli/tests/aspect_tests.rs` (security, performance, correctness, 13 tests)
1717
- Benchmarks: `src/ephapax-parser/benches/parse_bench.rs`, `src/ephapax-vram-cache/benches/cache_bench.rs`
18-
- Total: **467 tests pass / 0 fail** (`cargo test --workspace --all-targets`)
19-
- Documented all-target tests: 467
18+
- Total: **486 tests** (`cargo test --workspace --all-targets`); pass/fail enforced by `rust-ci.yml`
19+
- Documented all-target tests: 486
2020

2121
## CRG Testing Taxonomy — Status
2222

0 commit comments

Comments
 (0)