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

supabase / supabase-swift / 31581380419
85%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 09:12AM UTC
Jobs 1
Files 102
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

12 Aug 2026 09:06AM UTC coverage: 84.037% (-0.2%) from 84.21%
31581380419

push

github

web-flow
fix(functions): invalidate URLSession in streamed response (#1122)

* fix(functions): invalidate URLSession in streamed response

The streamed-response URLSession is delegate-backed, so it retained its
StreamResponseDelegate (and transitively the stream continuation) until
invalidated. onTermination only cancelled the task and never invalidated
the session, leaking a session + delegate on every streamed invocation.
Invalidate the session on termination instead, which also cancels the
outstanding task.

* Merge origin/main into fix/functions-urlsession-invalidate

Port the streamed-response regression test to Swift Testing, which main now
requires. Without the @Test attribute the merged test would not have run.
Spell FunctionInvokeOptions explicitly at the call site, since contextual
.init() is now ambiguous between the disfavored overloads.

---------

Co-authored-by: Guilherme Souza <guilherme@supabase.io>

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

15 existing lines in 1 file now uncovered.

8755 of 10418 relevant lines covered (84.04%)

39.67 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
86.71
-10.4% Sources/Functions/FunctionsClient.swift

Coverage Regressions

Lines Coverage ∆ File
15
86.71
-10.4% Sources/Functions/FunctionsClient.swift
Jobs
ID Job ID Ran Files Coverage
1 31581380419.1 12 Aug 2026 09:12AM UTC 102
84.04
GitHub Action Run
Source Files on build 31581380419
  • Tree
  • List 102
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31581380419
  • 68a78abe on github
  • Prev Build on main (#31580890787)
  • Next Build on main (#31589095451)
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