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

supabase / supabase-flutter / 29080142790
87%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 08:35AM UTC
Jobs 9
Files 93
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

10 Jul 2026 08:33AM UTC coverage: 86.746% (+0.03%) from 86.716%
29080142790

push

github

web-flow
feat(storage): support filter/sort/pagination options on listBuckets() (#1557)

## Summary

Adds optional filter, sort, and pagination arguments to
`StorageBucketApi.listBuckets()`, matching the supabase-js options.
Calling `listBuckets()` with no arguments keeps the current behavior, so
this is non-breaking.

The new `ListBucketsOptions` supports `limit`, `offset`, `search`,
`sortColumn` (`BucketSortColumn`), and `sortOrder` (`BucketSortOrder`).
These are serialized into the `bucket` request query string (`limit`,
`offset`, `search`, `sortColumn`, `sortOrder`), mirroring the JS
`listBucketOptionsToQueryString` behavior.

**Outcome:** implemented

## Reference

supabase-js `StorageBucketApi.listBuckets(options?: ListBucketOptions)`
in `packages/core/storage-js/src/packages/StorageBucketApi.ts`.

## Compliance matrix

`storage.file_buckets.list_file_buckets` → `implemented` (was
`partially_implemented`).

## Tests

Added mock-http-client tests in
`packages/storage_client/test/basic_test.dart` covering: no options (no
query string), empty options, all options set, and `limit`/`offset` of
zero. `dart analyze` and the storage_client mock tests pass.

Linear: SDK-1271

---------

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

15 of 15 new or added lines in 2 files covered. (100.0%)

4601 of 5304 relevant lines covered (86.75%)

4.03 hits per line

Jobs
ID Job ID Ran Files Coverage
7 storage_client - 29080142790.7 10 Jul 2026 08:37AM UTC 6
93.87
GitHub Action Run
8 supabase_flutter - 29080142790.8 10 Jul 2026 08:35AM UTC 10
79.31
GitHub Action Run
9 supabase - 29080142790.9 10 Jul 2026 08:35AM UTC 14
80.61
GitHub Action Run
1 postgrest - 29030706929.1 09 Jul 2026 03:48PM UTC 10
84.92
GitHub Action Run
7 gotrue - 29075123453.7 10 Jul 2026 06:59AM UTC 28
86.19
GitHub Action Run
6 realtime_client - 29030706929.6 09 Jul 2026 03:48PM UTC 11
89.44
GitHub Action Run
3 functions_client - 29030706929.3 09 Jul 2026 03:46PM UTC 3
98.81
GitHub Action Run
2 yet_another_json_isolate - 29030706929.2 09 Jul 2026 03:46PM UTC 1
77.78
GitHub Action Run
9 supabase_common - 29030706929.9 09 Jul 2026 03:46PM UTC 10
87.85
GitHub Action Run
Source Files on build 29080142790
  • Tree
  • List 93
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29080142790
  • b72739e2 on github
  • Prev Build on main (#29075123453)
  • Next Build on main (#29081780486)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc