Resolves the previous snapshot (retentio) — what the current impressio is compared against. Either the most recent prior run or an explicit --since target.
Summary
Functions
Stage: locates the retentio for ctx.impressio_run_dir, adding
:retentio — {:ok, path}, {:since_not_found, since} (an explicit
--since target doesn't exist), or :skipped (--no-auto-diff).
Computing the actual diff is Discordia.inferentia/1's job.
Types
Functions
Stage: locates the retentio for ctx.impressio_run_dir, adding
:retentio — {:ok, path}, {:since_not_found, since} (an explicit
--since target doesn't exist), or :skipped (--no-auto-diff).
Computing the actual diff is Discordia.inferentia/1's job.
@spec resolve(keyword(), binary(), binary()) :: resolution()