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

KBVE / realtime / 5e3f5edde1a0c7eea19e7103611c32bf5c560826
85%
prod: 85%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: prod
Ran 23 Sep 2025 05:42PM 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

23 Sep 2025 05:22PM UTC coverage: 85.621%. First build
5e3f5edde1a0c7eea19e7103611c32bf5c560826

Pull #8

github

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

* 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)
Pull Request #8: 🚀 Deploy main changes to prod

147 of 158 new or added lines in 19 files covered. (93.04%)

2090 of 2441 relevant lines covered (85.62%)

2495.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
95.65
lib/realtime/gen_rpc/pub_sub.ex
1
91.11
lib/realtime_web/channels/realtime_channel/presence_handler.ex
2
88.24
lib/realtime/messages.ex
3
76.92
lib/realtime/monitoring/erl_sys_mon.ex
4
88.62
lib/realtime/tenants/connect.ex
Jobs
ID Job ID Ran Files Coverage
1 5e3f5edde1a0c7eea19e7103611c32bf5c560826.1 23 Sep 2025 05:42PM UTC 94
85.62
GitHub Action Run
Source Files on build 5e3f5edde1a0c7eea19e7103611c32bf5c560826
  • Tree
  • List 94
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #8
  • Next Build on main (#A5117964...)
  • 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