mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Update test-coverage.md: remove resolved callouts for covered modules
This commit is contained in:
parent
e1990092e0
commit
bd5613d22f
1 changed files with 0 additions and 10 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue