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

KBVE / realtime / b5161089f87645c64f4e833984d6bf5d7cff7e35
85%
prod: 85%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: prod
Ran 25 Sep 2025 01:30AM 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

25 Sep 2025 01:16AM UTC coverage: 85.293% (-0.04%) from 85.334%
b5161089f87645c64f4e833984d6bf5d7cff7e35

push

github

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

* 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 the... (continued)

2082 of 2441 relevant lines covered (85.29%)

2426.23 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
81.37
-1.14% lib/realtime_web/channels/realtime_channel.ex
Jobs
ID Job ID Ran Files Coverage
1 b5161089f87645c64f4e833984d6bf5d7cff7e35.1 25 Sep 2025 01:30AM UTC 94
85.29
GitHub Action Run
Source Files on build b5161089f87645c64f4e833984d6bf5d7cff7e35
  • Tree
  • List 94
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b5161089 on github
  • Prev Build on main (#A5117964...)
  • Next Build on main (#98B113D7...)
  • 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