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

supabase / supabase-flutter / 29084055776 / 9
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 10 Jul 2026 09:49AM UTC
Files 10
Run time 0s
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: 79.31%. Remained the same
29084055776.9

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

253 of 319 relevant lines covered (79.31%)

4.55 hits per line

Source Files on job supabase_flutter - 29084055776.9
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29084055776
  • 58c2dad4 on github
  • Prev Job for on main (#29081780486.3)
  • Next Job for on main (#29094096134.8)
  • 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