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

KBVE / realtime / e962a57a28aa0d46feb1401b768925aa43c4e3f9
85%
prod: 85%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: prod
Ran 04 Oct 2025 07:27AM UTC
Jobs 1
Files 94
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

04 Oct 2025 07:11AM UTC coverage: 85.516% (+0.2%) from 85.334%
e962a57a28aa0d46feb1401b768925aa43c4e3f9

push

github

web-flow
🔄 Sync with upstream changes (#11)

* fix: runtime setup error (#1520)

* fix: use primary instead of replica on rename_settings_field (#1521)

* feat: upgrade cowboy & ranch (#1523)

* fix: Fix GenRpc to not try to connect to nodes that are not alive (#1525)

* fix: enable presence on track message (#1527)

currently the user would need to have enabled from the beginning of the channel. this will enable users to enable presence later in the flow by sending a track message which will enable presence messages for them

* fix: set cowboy active_n=100 as cowboy 2.12.0 (#1530)

cowboy 2.13.0 set the default active_n=1

* fix: provide error_code metadata on RealtimeChannel.Logging (#1531)

* feat: disable UTF8 validation on websocket frames (#1532)

Currently all text frames as handled only with JSON which already requires UTF-8

* fix: move DB setup to happen after Connect.init (#1533)

This change reduces the impact of slow DB setup impacting other tenants
trying to connect at the same time that landed on the same partition

* fix: handle wal bloat (#1528)

Verify that replication connection is able to reconnect when faced with WAL bloat issues

* feat: replay realtime.messages (#1526)

A new index was created on inserted_at DESC, topic WHERE private IS TRUE AND extension = "broadast"

The hardcoded limit is 25 for now.

* feat: gen_rpc pub sub adapter (#1529)

Add a PubSub adapter that uses gen_rpc to send messages to other nodes.

It uses :gen_rpc.abcast/3 instead of :erlang.send/2

The adapter works very similarly to the PG2 adapter. It consists of
multiple workers that forward to the local node using PubSub.local_broadcast.

The way to choose the worker to be used is based on the sending process
just like PG2 adapter does

The number of workers is controlled by `:pool_size` or `:broadcast_pool_size`.
This distinction exists because Phoenix.PubSub uses `:pool_size` to
define how many partitions the PubSub registry will use. It's possible
to control th... (continued)

13 of 16 new or added lines in 3 files covered. (81.25%)

3 existing lines in 1 file now uncovered.

2096 of 2451 relevant lines covered (85.52%)

3058.48 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
89.68
1.06% lib/realtime/tenants/connect.ex
2
80.83
-1.68% lib/realtime_web/channels/realtime_channel.ex

Uncovered Existing Lines

Lines Coverage ∆ File
3
80.83
-1.68% lib/realtime_web/channels/realtime_channel.ex
Jobs
ID Job ID Ran Files Coverage
1 e962a57a28aa0d46feb1401b768925aa43c4e3f9.1 04 Oct 2025 07:27AM UTC 94
85.52
GitHub Action Run
Source Files on build e962a57a28aa0d46feb1401b768925aa43c4e3f9
  • Tree
  • List 94
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e962a57a on github
  • Prev Build on main (#98B113D7...)
  • Next Build on main (#28576E70...)
  • 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