mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-07 05:56:41 +02:00
feat: add eval:trend CLI for per-test pass rate tracking
computeTrends() classifies tests as stable-pass/stable-fail/flaky/ improving/degrading based on pass rate, flip count, and recent streak. gstack eval trend shows sparkline table with --limit, --tier, --test filters. Guard CLI main block with import.meta.main to prevent execution on import. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"eval:list": "bun run lib/cli-eval.ts list",
|
||||
"eval:compare": "bun run lib/cli-eval.ts compare",
|
||||
"eval:summary": "bun run lib/cli-eval.ts summary",
|
||||
"eval:trend": "bun run lib/cli-eval.ts trend",
|
||||
"eval:watch": "bun run lib/cli-eval.ts watch"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user