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

decentraland / builder / 32970542251
54%
master: 53%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/qs-6.16.0
DEFAULT BRANCH: master
Ran 26 Aug 2026 12:53PM UTC
Jobs 1
Files 357
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

26 Aug 2026 12:46PM UTC coverage: 53.667%. Remained the same
32970542251

Pull #3482

github

RocioCM
fix: infinite render loop in the Intercom component

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>
Pull Request #3482: fix: infinite render loop in the Intercom component

2598 of 5991 branches covered (43.37%)

Branch coverage included in aggregate %.

7743 of 13278 relevant lines covered (58.31%)

37.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32970542251.1 26 Aug 2026 12:53PM UTC 714
55.32
GitHub Action Run
Source Files on build 32970542251
  • 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 #32970542251
  • Pull Request #3482
  • PR Base - master (#32857981712)
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