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

supabase / supabase-swift / 29815283593
84%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 09:03AM 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

21 Jul 2026 08:41AM UTC coverage: 83.581% (-0.02%) from 83.602%
29815283593

push

github

web-flow
feat(functions): replace FunctionRegion enum with open struct (#1053)

* feat(functions): replace FunctionRegion enum with open struct

- Change `public enum FunctionRegion: String` to
  `public struct FunctionRegion: RawRepresentable, Hashable, Sendable`
- Add `ExpressibleByStringLiteral` conformance
- All static members retain identical names (.usEast1, .caCentral1, etc.)
- rawValue property is unchanged, so all existing call sites compile
- Custom regions now work: FunctionRegion(rawValue: "custom") or "custom"

BREAKING: exhaustive switch statements over FunctionRegion no longer
compile (add a default: case to fix).

Backport of 02b45208 from release/v3.

* Apply suggestions from code review

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

3 of 6 new or added lines in 1 file covered. (50.0%)

8140 of 9739 relevant lines covered (83.58%)

38.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
95.65
-4.35% Sources/Functions/Types.swift
Jobs
ID Job ID Ran Files Coverage
1 29815283593.1 21 Jul 2026 09:03AM UTC 96
83.58
GitHub Action Run
Source Files on build 29815283593
  • Tree
  • List 96
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29815283593
  • 102eaf71 on github
  • Prev Build on main (#29815258759)
  • Next Build on main (#29816267271)
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