ci(fixture-clock-races): scan packages/loopover-engine/test too - #10130
Conversation
The checker's main() only ever walked test/, so the same helper-re-reads- the-clock shape it exists to catch could still land in the engine package's independently-run suite and auto-close a correct PR on timing alone. Widen the scan to a named FIXTURE_TEST_ROOTS list (mirroring check-dead-exports.ts's REFERENCE_ROOTS pattern) and fix the one violation that was already sitting there.
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-31 08:50:23 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10130 +/- ##
=======================================
Coverage 91.96% 91.96%
=======================================
Files 931 931
Lines 113975 113975
Branches 27519 27519
=======================================
Hits 104817 104817
Misses 7858 7858
Partials 1300 1300
Flags with carried forward coverage won't be shown. Click here to find out more. |
ci(fixture-clock-races): scan packages/loopover-engine/test too
The checker's main() only ever walked test/, so the same helper-re-reads-
the-clock shape it exists to catch could still land in the engine
package's independently-run suite and auto-close a correct PR on timing
alone. Widen the scan to a named FIXTURE_TEST_ROOTS list (mirroring
check-dead-exports.ts's REFERENCE_ROOTS pattern) and fix the one
violation that was already sitting there.
Closes #10043