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

decentraland / lamb2 / 34166135629
74%
main: 74%

Build:
Build:
LAST BUILD BRANCH: test/e2e-suite-against-a-live-realm
DEFAULT BRANCH: main
Ran 07 Sep 2026 10:17PM UTC
Jobs 1
Files 83
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 Sep 2026 10:16PM UTC coverage: 71.113% (+0.4%) from 70.732%
34166135629

Pull #482

github

LautaroPetaccio
fix: bound how long an expired entry may be served while refreshing

Serving stale had no upper bound: lru-cache keeps an idle entry until it is
evicted, so the first read of an address not seen for hours was answered with
that hours-old inventory while the refresh ran, which undoes the freshness
this change is for.

An expired entry is now served only within ELEMENTS_CACHE_MAX_STALE_AGE
(default one minute) past its age; beyond that the read blocks on a fresh
fetch through a per-call allowStale of false. Reads and refreshes are
classified from that per-call decision, so a blocking refresh of an over-age
entry is a miss rather than a background refresh.
Pull Request #482: fix: serve owned elements at most a minute old, refreshing stale entries in the background

597 of 1032 branches covered (57.85%)

Branch coverage included in aggregate %.

40 of 44 new or added lines in 2 files covered. (90.91%)

1946 of 2544 relevant lines covered (76.49%)

80.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
84.82
0.14% src/components.ts
Jobs
ID Job ID Ran Files Coverage
1 34166135629.1 07 Sep 2026 10:17PM UTC 83
71.11
GitHub Action Run
Source Files on build 34166135629
  • Tree
  • List 83
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34166135629
  • Pull Request #482
  • PR Base - main (#34162811890)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc