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

supabase / supabase-swift / 28677649985
81%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 06:41PM UTC
Jobs 1
Files 93
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

03 Jul 2026 06:31PM UTC coverage: 80.889% (+0.04%) from 80.854%
28677649985

push

github

web-flow
fix(realtime): send bare topic in broadcast REST body (#1065)

* fix(realtime): send bare topic in broadcast REST body

RealtimeChannelV2's REST broadcast path (httpSend and the automatic REST
fallback in broadcast) put the channel's full Phoenix topic
("realtime:foo") in the /api/broadcast payload, but the endpoint routes on
the bare sub-topic ("foo"). REST-delivered broadcasts were therefore
routed to a topic no WebSocket subscriber is listening on and silently
dropped.

Strip the "realtime:" prefix for the REST body via a subTopic accessor,
matching the deprecated V1 client. WebSocket frames keep the full topic.

Two existing tests asserted the prefixed topic and are corrected.

* refactor(realtime): compute subTopic once during channel init

4 of 4 new or added lines in 1 file covered. (100.0%)

7657 of 9466 relevant lines covered (80.89%)

1134350.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28677649985.1 03 Jul 2026 06:41PM UTC 93
80.89
GitHub Action Run
Source Files on build 28677649985
  • Tree
  • List 93
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28677649985
  • 94f38950 on github
  • Prev Build on main (#28677142337)
  • Next Build on main (#28680733264)
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