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

supabase / supabase-swift / 35252567794
89%

Build:
DEFAULT BRANCH: main
Ran 17 Sep 2026 05:27PM UTC
Jobs 1
Files 136
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

17 Sep 2026 05:24PM UTC coverage: 89.433%. Remained the same
35252567794

push

github

web-flow
refactor(storage)!: align remaining API with the Swift API Design Guidelines (#1368)

* refactor(storage)!: align remaining API with the Swift API Design Guidelines

SortBy.order stored the raw "asc"/"desc" string even though its own
initializer already took a type-safe SortOrder, discarding that safety
one property read later. Type it SortOrder directly.

upload, update, and uploadToSignedURL left their file path unlabeled
while every other StorageFileApi method taking a path (download, info,
exists, createSignedURL, ...) labels it path:. Label it there too, for
the same reason the others do: an unlabeled String at the call site
doesn't tell a reader whether it's a path, a key, or a URL.

See V3_MIGRATION.md for call-site examples.

* chore: add swift-api-design-guidelines skill

Captures the naming/clarity rules from swift.org's API Design
Guidelines as a project skill, alongside swift-docc and
writing-migration-guides. Used to review #1358 and drive this PR.

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

10715 of 11981 relevant lines covered (89.43%)

896362.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35252567794.1 17 Sep 2026 05:27PM UTC 136
89.43
GitHub Action Run
Source Files on build 35252567794
  • Tree
  • List 136
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35252567794
  • 0e4b1661 on github
  • Prev Build on main (#35251239819)
  • Next Build on main (#35340759453)
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