Update test-coverage.md: remove resolved callouts for covered modules

This commit is contained in:
Kevin Turcios 2026-04-23 03:13:28 -05:00
parent e1990092e0
commit bd5613d22f

View file

@ -4,16 +4,6 @@
If you add or modify a module, it must have a corresponding test file. No exceptions for "infrastructure" or "worker" code -- those break the hardest in E2E. If you add or modify a module, it must have a corresponding test file. No exceptions for "infrastructure" or "worker" code -- those break the hardest in E2E.
Modules that currently have zero unit tests and have broken in production:
- `pipeline/_candidate_gen.py` -- candidate generation strategies
- `analysis/_discovery_worker.py` -- pytest test collection subprocess
Other untested modules that need coverage:
- `codegen/_create_pr.py`
- `ai/_tabulate.py`
- `benchmarking/_trace_db.py`
- `benchmarking/_benchmark_worker.py`
## Test the error paths ## Test the error paths
The happy path usually works. What breaks in E2E is: The happy path usually works. What breaks in E2E is: