Skip to main content

Module test_coverage

Module test_coverage 

Source
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§

UncoveredSource
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.