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

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

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 08 Jul 2026 12:26AM 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

08 Jul 2026 12:23AM UTC coverage: 88.874% (-0.2%) from 89.074%
28908243089

Pull #504

github

LautaroPetaccio
perf: skip the permission check on resume batches of a partial upload

each batch of a multi-request upload was re-running the slow external
deployment-permission check. resume batches now skip it, but only when the
signer is the deployer who created the pending record — creating it required
passing the check, uploaded bytes are hash-verified against the staged
manifest, and finalize re-runs the full validation before anything goes live.
any other signer takes the full staging validation, so a third party can't
ride an existing upload's fast path.

the pending row is still upserted on every batch (always before storing
files): re-asserting it resurrects the row if a competing overlapping upload
replaced it between requests, keeping this batch's staged content protected
from garbage collection.

also moves the pre-finalize newer-deployment check to immediately before the
deploy write (after the slow full validation) to minimize the window in which
a concurrent newer deploy could be silently undeployed, and centralizes GC
pending-key computation in the pending-scenes manager.

adds tests: permission check runs once at staging plus once at finalize, and
a different signer resuming someone else's upload is rejected.
Pull Request #504: feat: support partial (multi-request) scene uploads

1462 of 1753 branches covered (83.4%)

Branch coverage included in aggregate %.

143 of 161 new or added lines in 9 files covered. (88.82%)

4 existing lines in 3 files now uncovered.

3115 of 3397 relevant lines covered (91.7%)

76.52 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
2
93.1
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 28908243089.1 08 Jul 2026 12:26AM UTC 223
89.97
GitHub Action Run
Source Files on build 28908243089
  • 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 #28908243089
  • 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