Function: diffContracts()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / diffContracts

Function: diffContracts()

diffContracts(before, after): ContractDiff

Defined in: src/chronos/diff.ts:103

Compare contract coverage between two snapshots.

Parameters

before

ContractCoverage

The baseline contract coverage snapshot

after

ContractCoverage

The current contract coverage snapshot

Returns

ContractDiff

A ContractDiff listing contracts added, removed, and the change in coverage percentage