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

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

Build:
Build:
LAST BUILD BRANCH: fix/undeployment-event-base-parcel
DEFAULT BRANCH: main
Ran 14 Jul 2026 03:27PM 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

14 Jul 2026 03:23PM UTC coverage: 88.486% (-0.6%) from 89.074%
29345193623

Pull #504

github

LautaroPetaccio
fix: address partial-deployment review findings

- add hasNewerDeployedScene to the worlds-manager test mock so the test
  project compiles again (ci was red: ts2741)
- revert the finalization lease: correctness already rests on the
  world_scenes primary key, and the lease's 2-min ttl vastly exceeds the
  client's ~7s resume budget, so a crashed/slow holder turned a
  succeeding upload into a client failure; its unfenced release could also
  clobber a live takeover's lease
- cast entity->>'timestamp' as numeric, not bigint: the schema allows a
  fractional timestamp, and the bigint cast errored every overlapping
  staging/deploy query on such a stored entity
- bound the deployment timestamp forwards (15 min tolerance) so a
  future-dated scene can't permanently win the parcels it occupies
- enforce the per-deployer pending cap only when the upsert creates a new
  row, so lowering the cap never wedges in-flight resumes
- delete a previously-undeployed self-row inside deployScene before the
  insert, so redeploying an undeployed entity no longer loops on a pk
  violation
- enforce the resume entity-file size cap while streaming, covering the
  unknown-size (null) case instead of buffering first
- delegate the new-upload ordering check to hasNewerDeployedScene and
  scope the expired-row purge to the upserted entity
Pull Request #504: feat: support partial (multi-request) scene uploads

1480 of 1789 branches covered (82.73%)

Branch coverage included in aggregate %.

182 of 212 new or added lines in 12 files covered. (85.85%)

4 existing lines in 3 files now uncovered.

3154 of 3448 relevant lines covered (91.47%)

95.21 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
70.77
src/adapters/pending-scenes-manager/component.ts
8
81.05
src/logic/partial-deployments/component.ts
6
85.05
-10.08% src/controllers/handlers/deploy-entity-handler.ts
3
85.71
-1.79% src/controllers/handlers/garbage-collection.ts
2
88.87
-1.05% src/adapters/worlds-manager.ts
1
92.52
-2.04% src/logic/validations/common.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 29345193623.1 14 Jul 2026 03:27PM UTC 225
89.63
GitHub Action Run
Source Files on build 29345193623
  • Tree
  • List 113
  • Changed 75
  • Source Changed 14
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29345193623
  • 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