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

supabase / supabase-swift / 31181589893
85%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2026 01:15PM 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

07 Aug 2026 01:12PM UTC coverage: 84.239% (+0.3%) from 83.944%
31181589893

push

github

web-flow
feat(storage): add vector index and vector data operations (alpha) (#1181)

* feat(storage): add vector index and vector data operations (alpha)

Adds storage.vectors.from(_:) for bucket-scoped index management
(createIndex/getIndex/listIndexes/deleteIndex) and .index(_:) for
vector data operations (putVectors/getVectors/listVectors/
queryVectors/deleteVectors), implemented by hand on the existing
StorageApi HTTP stack, matching supabase-js's storage-js vectors
client and the supabase/storage backend's wire format.

* fix(storage): use TimeInterval for VectorIndex.creationTime

Same fix as the base branch's VectorBucket.creationTime: the wire
value is a raw UNIX timestamp (seconds), not an ISO8601 string.

* refactor(storage): make VectorBucketClient/VectorIndexClient structs over StorageApi

Same composition-over-inheritance change as StorageVectorsClient:
these now hold a StorageApi dependency passed in at init instead of
subclassing it, threaded through from(_:)/index(_:).

* chore: trigger CI

* fix(storage): serialize vector bucket integration tests

vectorBucket_CRUD and listBucketsWithPrefix share the same
test-vector-bucket name, so concurrent execution could race on
create/delete/list.

200 of 202 new or added lines in 3 files covered. (99.01%)

8696 of 10323 relevant lines covered (84.24%)

39.43 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
97.87
Sources/Storage/VectorBucketClient.swift
Jobs
ID Job ID Ran Files Coverage
1 31181589893.1 07 Aug 2026 01:15PM UTC 102
84.24
GitHub Action Run
Source Files on build 31181589893
  • 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 #31181589893
  • 3882e790 on github
  • Prev Build on main (#31179581972)
  • Next Build on main (#31188578090)
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