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

supabase / supabase-swift / 29782655218
84%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 10:14PM UTC
Jobs 1
Files 96
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

20 Jul 2026 10:05PM UTC coverage: 83.791% (-0.2%) from 83.965%
29782655218

push

github

web-flow
fix(helpers): await full retry backoff delay instead of truncating to whole seconds (#1125)

RetryRequestInterceptor computed a fractional backoff delay in seconds but
slept via Task.sleep(nanoseconds: NSEC_PER_SEC * UInt64(retryDelay)), which
truncated the delay to whole seconds before scaling. Any configuration whose
delay is sub-second (e.g. a custom exponentialBackoffScale/base) therefore
retried with no backoff at all.

Sleep on an injected Clock with .seconds(retryDelay), preserving the
fractional value. The clock defaults to ContinuousClock() so there are no
call-site changes, and tests inject a clock to assert the delay
deterministically. Mirrors the clock injection added to PostgrestBuilder.

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

17 existing lines in 1 file now uncovered.

8152 of 9729 relevant lines covered (83.79%)

38.69 hits per line

Coverage Regressions

Lines Coverage ∆ File
17
64.08
-4.89% Sources/RealtimeV2/WebSocket/URLSessionWebSocket.swift
Jobs
ID Job ID Ran Files Coverage
1 29782655218.1 20 Jul 2026 10:14PM UTC 96
83.79
GitHub Action Run
Source Files on build 29782655218
  • Tree
  • List 96
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29782655218
  • f6d39cb1 on github
  • Prev Build on main (#29776145118)
  • Next Build on main (#29813791429)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc