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

supabase / supabase-swift / 23852351207
80%

Build:
DEFAULT BRANCH: main
Ran 01 Apr 2026 02:12PM UTC
Jobs 1
Files 86
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

01 Apr 2026 01:56PM UTC coverage: 80.465% (+0.2%) from 80.282%
23852351207

push

github

web-flow
fix(realtime): reject presence and postgres change callbacks while subscribing or subscribed (#938)

* fix(realtime): reject presence and postgres change callbacks while subscribing or subscribed

Previously, `onPresenceChange` would silently resubscribe the channel
when called after `subscribe()`, and `_onPostgresChange` only blocked
registrations when status was `.subscribed` — leaving `.subscribing`
unguarded. Both guards now cover `.subscribed` and `.subscribing`,
report a clear issue message via `reportIssue`, and return an empty
`RealtimeSubscription` without modifying channel state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Update Sources/Realtime/RealtimeChannelV2.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* test(realtime): wrap entire test methods in #if canImport(Darwin)

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

2 existing lines in 1 file now uncovered.

6405 of 7960 relevant lines covered (80.46%)

28.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
78.54
-0.19% Sources/Realtime/RealtimeClientV2.swift
Jobs
ID Job ID Ran Files Coverage
1 23852351207.1 01 Apr 2026 02:12PM UTC 86
80.46
GitHub Action Run
Source Files on build 23852351207
  • Tree
  • List 86
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23852351207
  • 824d9d18 on github
  • Prev Build on main (#23846751986)
  • Next Build on main (#23905432599)
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