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

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

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 07 Jul 2026 10:52PM 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

07 Jul 2026 10:49PM UTC coverage: 88.796% (-0.3%) from 89.074%
28904098114

Pull #504

github

LautaroPetaccio
fix: address partial-upload review findings

- reject a stale pending upload that would finalize over a newer scene on the
  same parcels (checked at staging entry and again right before deploy),
  mirroring catalyst's newer-deployment guard; a resumed hours-old upload can
  no longer silently roll back a newer deployment
- garbage collection re-checks the current pending scenes before each delete
  batch, so content staged by an upload that starts mid-sweep isn't reclaimed
- run the cumulative size check before the pending upsert, so an over-budget
  request no longer destroys another deployer's in-flight overlapping upload
- restore the combined uploaded+missing file error report in the full
  validation path (validateAll short-circuited after the split)
- parallelize staged file storage, collapse redundant storage lookups, only
  delete the pending row on a vanilla deploy when one exists (best-effort, so a
  cleanup error can't fail an already-committed deploy)
- centralize PENDING_DEPLOYMENT_TTL in the pending-scenes manager (deleteExpired
  and getActivePendingKeys), removing the duplicated constant from the eviction
  job and GC handler

adds regression tests for the stale-overwrite and over-budget cases.
Pull Request #504: feat: support partial (multi-request) scene uploads

1455 of 1748 branches covered (83.24%)

Branch coverage included in aggregate %.

138 of 157 new or added lines in 9 files covered. (87.9%)

4 existing lines in 3 files now uncovered.

3110 of 3393 relevant lines covered (91.66%)

75.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
60.42
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
3
89.16
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 28904098114.1 07 Jul 2026 10:52PM UTC 223
89.91
GitHub Action Run
Source Files on build 28904098114
  • 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 #28904098114
  • 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