test(review): lock advisory live disposition parity - #3685
test(review): lock advisory live disposition parity#3685joaovictor91123 wants to merge 1 commit into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Important 🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪 🔍 Gittensory is reviewing…AI analysis is in progress. This comment will update when the review is complete. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed · 🟪 Reviewing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3685 +/- ##
=======================================
Coverage 93.34% 93.34%
=======================================
Files 315 315
Lines 32129 32129
Branches 11780 11780
=======================================
Hits 29991 29991
Misses 1507 1507
Partials 631 631 🚀 New features to boost your workflow:
|
|
Gittensory is closing this pull request on the maintainer's behalf (AI reviewers agree on a likely critical defect: test/unit/agent-actions.test.ts: `advisoryComputedSignature` is built from `terminalDisposition(livePlan)` / `terminalAction(livePlan)` instead of `advisoryPlan`, making the `expect(liveSignature).toEqual(advisoryComputedSignature)` assertion a self-comparison that always passes regardless of whether advisory and live actually agree — the PR's stated goal (parity lock) is not tested.). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
Scope
type(scope): short summaryConventional Commit format, for examplefix(api): restore profile access checks.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally;codecov/patchrequires >=99% coverage of the lines AND branches you changed (aim for 100% on your diff so CI variance does not fail near the threshold). Global coverage is a non-blocking trend with a loose 90% backstop, not the gate.npm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderateIf any required check was skipped, explain why:
npx vitest run test/unit/agent-actions.test.tspassed locally.npm run test:ciwas attempted on Windows. It passed setup checks throughcf-typegen:checkandtypecheck, then failed in unrelated Unix-shell self-host script fixtures that do not execute correctly in this Windows shell.npx vitest run --coverage test/unit/agent-actions.test.tspassed the focused suite but fails the repo-wide global coverage threshold because only one file was selected.Safety
UI Evidence
Not applicable; test-only PR.
Notes
test/unit/agent-actions.test.ts.