feat(justfile): colour classify-fixtures output and add summary (MK-22) #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/classify-fixtures-color-MK-22"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements MK-22.
Summary
classify:stderr noise.total: <hits>/<files> - <misses> misses: bold green on zero misses, bold red otherwise.NO_COLORhonoured (https://no-color.org/): any non-emptyNO_COLORenv var skips every ANSI escape so piped / scripted consumers see plain text.monkey image classify'sclassify:stderr lines are deliberately left intact per user direction; per-file timing is useful when diagnosing a slow fixture.Verification
Exit code behaviour unchanged: 0 on zero misses, 1 otherwise.
Test plan
NO_COLOR=1invocation: no ANSI escapes.<class>: 0/0in dim grey, not counted as a failure.