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

decentraland / social-service-ea / 28393307615
90%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 06:21PM UTC
Jobs 1
Files 201
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

29 Jun 2026 06:16PM UTC coverage: 89.983% (+0.06%) from 89.925%
28393307615

push

github

web-flow
fix: stop duplicate-subscription log flood; add wsConnectionId + metric (#422)

Duplicate stream subscriptions are an expected, benign outcome of the
per-(address, event) guard, but were logged at WARNING per occurrence,
flooding the logs during reconnect/re-subscribe churn.

- Count them via a new `subscription_duplicates_total` metric (labelled by
  event) and drop the per-occurrence line to debug, so observability stays
  intact (graph/alert on the rate) without any log volume.
- Thread `wsConnectionId` into the RPC context (attachUser -> attachTransport)
  so the duplicate and teardown logs identify the originating connection.
- Move the "cleaning up subscription" log into handleSubscriptionUpdates'
  finally, which is only reached for subscriptions that were actually
  established; the duplicate guard returns before that try/finally, so rejected
  duplicates no longer emit a misleading cleanup line. Removes the now-redundant
  per-service finally logs across all subscribe handlers.

2295 of 2700 branches covered (85.0%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 8 files covered. (100.0%)

5745 of 6235 relevant lines covered (92.14%)

77.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28393307615.1 29 Jun 2026 06:21PM UTC 402
90.93
GitHub Action Run
Source Files on build 28393307615
  • Tree
  • List 201
  • Changed 160
  • Source Changed 12
  • Coverage Changed 160
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28393307615
  • e5258857 on github
  • Prev Build on main (#28379017890)
  • Next Build on main (#28467807823)
  • Delete
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