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

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

Build:
Build:
LAST BUILD BRANCH: feat/partial-deployments
DEFAULT BRANCH: main
Ran 09 Jul 2026 02:01AM 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

09 Jul 2026 01:57AM UTC coverage: 88.915% (-0.2%) from 89.074%
28988679752

Pull #504

github

LautaroPetaccio
fix: guard GC pending-key projection and store all uploaded files

- getActivePendingKeys: guard the jsonb content projection with
  jsonb_typeof(entity->'content') = 'array'. jsonb_array_elements raises on a
  scalar/object/json-null, so one pending row with a non-array content would
  fail the whole query and wedge garbage collection server-wide until it
  expired; the JS code this replaced tolerated it via `?? []`
- storeFiles: store every uploaded file unconditionally instead of skipping
  from a pre-upsert storage snapshot, which could discard bytes uploaded in a
  batch if the file was swept before the store; content-addressed re-store is
  an idempotent no-op and the client already omits already-present files
Pull Request #504: feat: support partial (multi-request) scene uploads

1463 of 1753 branches covered (83.46%)

Branch coverage included in aggregate %.

145 of 162 new or added lines in 9 files covered. (89.51%)

4 existing lines in 3 files now uncovered.

3117 of 3398 relevant lines covered (91.73%)

86.73 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
1
95.45
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 28988679752.1 09 Jul 2026 02:01AM UTC 223
90.02
GitHub Action Run
Source Files on build 28988679752
  • 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 #28988679752
  • 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