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

decentraland / builder / 32976403831
57%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2026 01:54PM UTC
Jobs 1
Files 357
Run time 2min
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

26 Aug 2026 01:48PM UTC coverage: 53.676%. Remained the same
32976403831

push

github

web-flow
fix: infinite render loop in the Intercom component (#3482)

analyticsReadyCallback depended on intercomUserData and set a new state
object on every invocation, so each render recreated the callback,
re-ran the effect, and re-registered analytics.ready() — which invokes
the callback again once analytics.js is loaded. The result was a
permanent ~1,300 commits/sec render loop calling Intercom('update') on
every cycle.

Latent since the callback was introduced, it started firing for
everyone once #3475 moved analytics.js behind a first-party proxy that
ad blockers no longer drop.

Fix: stable callback plus a functional update that returns the same
reference when the anonymous id hasn't changed, so React bails out.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

2598 of 5991 branches covered (43.37%)

Branch coverage included in aggregate %.

7747 of 13282 relevant lines covered (58.33%)

37.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32976403831.1 26 Aug 2026 01:54PM UTC 714
55.33
GitHub Action Run
Source Files on build 32976403831
  • Tree
  • List 357
  • Changed 215
  • Source Changed 0
  • Coverage Changed 215
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32976403831
  • 26c7bd2f on github
  • Prev Build on master (#32972449175)
  • Next Build on master (#32983844391)
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