Skip to main content

Module diff

Module diff 

Source
Expand description

Baseline diffing for coupling reports.

A diff compares issue identity across two snapshots using the stable key (issue_type, source, target), so ratchet checks can focus on regressions introduced by the current change rather than the codebase’s absolute state.

Structs§

BaselineDiff
Difference between a baseline report and the current report.

Functions§

diff_ref_analysis
Diff a baseline git-ref analysis against the current report.
diff_reports
Compute a stable-key issue diff from baseline to current.