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

supabase / supabase-flutter / 29084055776
87%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 09:46AM UTC
Jobs 9
Files 95
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 09:44AM UTC coverage: 86.981% (-0.01%) from 86.993%
29084055776

push

github

web-flow
refactor(supabase): convert private stream-builder holders to records (#1575)

## What

Follow-up to #1574 (stacked on its branch). Converts the two private
data-holder classes in `supabase_stream_builder.dart` to record
typedefs:

- `_StreamPostgrestFilter` → `({String column, dynamic value,
PostgresChangeFilterType type})`
- `_Order` → `({String column, bool ascending})`

Field accesses (`.column`, `.value`, `.type`, `.ascending`) are
unchanged since records expose the same member syntax; only the type
declarations and the constructor calls change.

Behavior-preserving.

## Testing
- `dart analyze` and `dcm analyze` clean.
- `supabase` package tests pass.

## Note
This PR targets the #1574 branch, not `main`. Rebase onto `main` once
#1574 merges.

Closes SDK-1284

7 of 8 new or added lines in 2 files covered. (87.5%)

4650 of 5346 relevant lines covered (86.98%)

4.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
86.67
0.0% packages/supabase/lib/src/supabase_stream_filter_builder.dart
Jobs
ID Job ID Ran Files Coverage
8 supabase - 29084055776.8 10 Jul 2026 09:47AM UTC 16
82.39
GitHub Action Run
9 supabase_flutter - 29084055776.9 10 Jul 2026 09:46AM UTC 10
79.31
GitHub Action Run
8 realtime_client - 29081780486.8 10 Jul 2026 09:08AM UTC 11
89.61
GitHub Action Run
1 supabase_common - 29081780486.1 10 Jul 2026 09:05AM UTC 10
87.85
GitHub Action Run
4 yet_another_json_isolate - 29081780486.4 10 Jul 2026 09:05AM UTC 1
77.78
GitHub Action Run
7 storage_client - 29081780486.7 10 Jul 2026 09:07AM UTC 6
93.87
GitHub Action Run
9 gotrue - 29081780486.9 10 Jul 2026 09:08AM UTC 28
86.47
GitHub Action Run
2 functions_client - 29081780486.2 10 Jul 2026 09:05AM UTC 3
98.81
GitHub Action Run
5 postgrest - 29081780486.5 10 Jul 2026 09:07AM UTC 10
84.89
GitHub Action Run
Source Files on build 29084055776
  • Tree
  • List 95
  • Changed 15
  • Source Changed 15
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29084055776
  • 58c2dad4 on github
  • Prev Build on main (#29081780486)
  • Next Build on main (#29094096134)
  • 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