Skip to main content

Module diff

Module diff 

Source
Expand description

Digest Diff Tool

Compares two CI runs to identify what caused cache invalidation. Shows changed files, environment variables, and upstream outputs without exposing secret values.

Structs§

DiffSummary
Summary statistics for the diff
DigestDiff
Result of comparing two CI runs
TaskDiff
Changes for a single task

Enums§

ChangeType
Type of change for a task
DiffError
Errors for diff operations

Functions§

compare_by_sha
Compare two CI runs by commit SHA
compare_reports
Compare two pipeline reports
compare_runs
Compare two CI runs by their report files
format_diff
Format a diff for human-readable output