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

decentraland / worlds-content-server / 29130633662
89%
main: 91%

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 10 Jul 2026 11:36PM UTC
Jobs 1
Files 112
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

10 Jul 2026 11:33PM UTC coverage: 88.936% (-0.1%) from 89.074%
29130633662

Pull #504

github

LautaroPetaccio
feat: order-aware pending replacement and a per-deployer staging cap

- pending upsert now gives the single per-parcel-set slot to the NEWEST scene
  (deployment ordering: entity.timestamp, tie-break entity id). A strictly-newer
  overlapping upload is rejected instead of replacing, so a stale/older upload
  can't evict a newer competitor's staged content and two clients can't
  ping-pong evicting each other. A resume (same entity id) never conflicts.
- cap the number of concurrent non-expired pending uploads per deployer
  (MAX_PENDING_DEPLOYMENTS_PER_DEPLOYER, default 10) so one account can't pin
  storage across many parcel-sets for the full TTL. Only new uploads count; a
  resume reuses its slot. (The comms rate limiter is a failed-auth limiter and
  doesn't fit a multi-request upload, so the cap is the abuse bound here.)
Pull Request #504: feat: support partial (multi-request) scene uploads

1469 of 1760 branches covered (83.47%)

Branch coverage included in aggregate %.

157 of 174 new or added lines in 9 files covered. (90.23%)

4 existing lines in 3 files now uncovered.

3129 of 3410 relevant lines covered (91.76%)

90.95 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
66.67
src/adapters/pending-scenes-manager.ts
3
89.87
-5.25% src/controllers/handlers/deploy-entity-handler.ts
3
85.71
-1.79% src/controllers/handlers/garbage-collection.ts
1
94.9
src/logic/partial-deployments/component.ts

Coverage Regressions

Lines Coverage ∆ File
2
87.5
-10.17% src/adapters/name-deny-list-checker.ts
1
38.46
2.75% src/adapters/fetch.ts
1
28.57
1.3% src/adapters/notifications-service.ts
Jobs
ID Job ID Ran Files Coverage
1 29130633662.1 10 Jul 2026 11:36PM UTC 223
90.04
GitHub Action Run
Source Files on build 29130633662
  • Tree
  • List 112
  • Changed 75
  • Source Changed 12
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29130633662
  • Pull Request #504
  • 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