fix(ci): make tsc -p dir coverage match package workspaces (#10044) - #10118
Conversation
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-31 08:18:07 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Closes JSONbored#10044 Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10118 +/- ##
=======================================
Coverage 91.95% 91.95%
=======================================
Files 931 931
Lines 113924 113924
Branches 27506 27506
=======================================
Hits 104760 104760
Misses 7863 7863
Partials 1301 1301
Flags with carried forward coverage won't be shown. Click here to find out more. |
Summary
findTypecheckGapsnow accepts{ name, dir }workspaces sotsc -p packages/.../coverage matches whatmain()already discovers.Closes #10044
Test plan
npx vitest run test/unit/check-typecheck-coverage-script.test.tsnpm run typecheck-coverage:check