• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / worlds-content-server / 28949177223
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 08 Jul 2026 02:12PM UTC
Jobs 1
Files 113
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jul 2026 02:09PM UTC coverage: 90.884% (+1.8%) from 89.074%
28949177223

Pull #506

github

LautaroPetaccio
refactor: centralize wallet blocking into dedicated components

Introduce a `blocking` component that owns the `blocked` table (block,
unblock-if-under-quota and stale-record cleanup) plus a shared `whitelist`
component, replacing logic previously scattered across wallet-stats,
update-owner-job and limits-manager.

- Apply the same whitelist-discounted quota in the fast unblock path as the
  cron, and publish WORLDS_ACCESS_RESTORED like the cron does, so users
  unblocked via deploy/undeploy get the notification.
- Move the post-deploy/undeploy blocked-status recheck into the worlds logic
  component and entity-deployer, and thin the undeploy handlers.
- Gate the recheck on a cheap blocked-row lookup before fetching wallet stats.
- Extract whitelist fetching + caching into one component: serve stale on
  error and reject only when nothing is cached, so the cron aborts safely
  during an outage while limits-manager falls back to hard defaults.
- Keep per-wallet error isolation in the update-owner-job.
Pull Request #506: fix: isolate per-wallet errors in update-owner-job

1450 of 1699 branches covered (85.34%)

Branch coverage included in aggregate %.

128 of 133 new or added lines in 10 files covered. (96.24%)

3126 of 3336 relevant lines covered (93.71%)

67.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
91.76
src/adapters/blocking/component.ts
1
74.47
65.21% src/adapters/update-owner-job.ts
Jobs
ID Job ID Ran Files Coverage
1 28949177223.1 08 Jul 2026 02:12PM UTC 225
91.97
GitHub Action Run
Source Files on build 28949177223
  • Tree
  • List 113
  • Changed 74
  • Source Changed 8
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28949177223
  • Pull Request #506
  • PR Base - main (#28820665786)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc