Function: diffContracts()
August 8, 2026 ยท View on GitHub
@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
The baseline contract coverage snapshot
after
The current contract coverage snapshot
Returns
A ContractDiff listing contracts added, removed, and the change in coverage percentage