Expand description
Test coverage heuristics for change request diffs.
This module maps changed source files to likely companion test files using path conventions and strict semantic matching guards.
Structs§
- Uncovered
Source - A source file that appears to have no matching changed test file.
Functions§
- find_
test_ pair - Generate likely companion test file paths for a source file.
- has_
test_ coverage - Return uncovered source files by checking changed test files.