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§
- Baseline
Diff - 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.