fix(queue): migrate burden-forecast fan-out from isRegistered to isInstalled - #5687
Conversation
…stalled buildBurdenForecasts filtered repos on repo.isRegistered instead of repo.isInstalled. Burden forecasting is generic repo-health tracking unrelated to gittensor-subnet economics, so a self-host operator's installed-but-unregistered repos were silently getting zero coverage. The blocking dependency #5028 (isInstalled reliability) is already merged. Closes #5022
|
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 #5687 +/- ##
=======================================
Coverage 95.04% 95.04%
=======================================
Files 576 576
Lines 45977 45977
Branches 14724 14724
=======================================
Hits 43699 43699
Misses 1525 1525
Partials 753 753
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-14 04:05:24 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 5 non-blocking
Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory 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://gittensory.aethereal.dev/docs/gittensory-commands 🟩 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.
|
Summary
buildBurdenForecasts(src/queue/processors.ts) filtered repos onrepo.isRegisteredinstead ofrepo.isInstalled.Test plan
npm run test:ci— full local gate, clean (0 failures)Closes #5022