test: add offline integration baseline

This commit is contained in:
Joseph Magly
2026-08-14 13:15:32 -04:00
parent 6add02edd0
commit 8bbb5f2926
12 changed files with 948 additions and 104 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ python -m obliteratus --help
```
All tests must pass before submitting a PR. Tests are designed to run on CPU without downloading models.
The mandatory gate currently requires at least 55% repository statement coverage,
The mandatory gate currently requires at least 60% repository statement coverage,
42% branch coverage, 90% coverage of changed executable lines, and 70% statement
coverage in the device, loader, architecture-profile, CLI, and simulated MLX
boundary modules. New changes should raise these floors rather than consume the
@@ -108,7 +108,7 @@ obliteratus/
models/ # Model loading utilities
reporting/ # Report generation
strategies/ # Ablation strategies (layer, head, FFN, embedding)
tests/ # 41 test files
tests/ # 44 test files
paper/ # LaTeX paper
examples/ # YAML config examples
```