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

supabase / supabase-flutter / 29022880549
87%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 01:52PM UTC
Jobs 8
Files 83
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

09 Jul 2026 01:49PM UTC coverage: 86.614% (+0.01%) from 86.603%
29022880549

push

github

web-flow
refactor(storage): drop direct http_parser dependency (#1570)

## What

Removes the direct `http_parser` dependency from `storage_client`.

`MediaType` was the only symbol used from `http_parser` (in
`fetch.dart`). Since `http` 1.6.0, `package:http` re-exports
`MediaType`:

```dart
export 'package:http_parser/http_parser.dart' show MediaType;
```

The direct import was already flagged `// ignore: unnecessary_import —
needed for http < 1.6.0 which doesn't re-export MediaType`. As the
package now requires `http: ^1.6.0`, that compatibility shim is
obsolete: `MediaType` resolves through the existing
`package:http/http.dart` import.

## Why

One fewer direct dependency to track, with zero in-house code and no
behavior change.

## Testing

`dart analyze` clean; storage_client mime/content-type tests pass.

4568 of 5274 relevant lines covered (86.61%)

4.07 hits per line

Coverage Regressions

Lines Coverage ∆ File
21
82.46
1.11% packages/supabase/lib/src/supabase_stream_builder.dart
Jobs
ID Job ID Ran Files Coverage
6 supabase - 29022880549.6 09 Jul 2026 01:52PM UTC 15
81.24
GitHub Action Run
7 supabase_flutter - 29022880549.7 09 Jul 2026 01:52PM UTC 11
79.82
GitHub Action Run
8 storage_client - 29022880549.8 09 Jul 2026 01:54PM UTC 5
93.26
GitHub Action Run
5 functions_client - 29007581749.5 09 Jul 2026 09:18AM UTC 2
98.8
GitHub Action Run
7 postgrest - 29017673507.7 09 Jul 2026 12:21PM UTC 9
84.87
GitHub Action Run
7 gotrue - 29007581749.7 09 Jul 2026 09:21AM UTC 29
86.03
GitHub Action Run
4 realtime_client - 29007581749.4 09 Jul 2026 09:21AM UTC 11
89.41
GitHub Action Run
8 yet_another_json_isolate - 29007581749.8 09 Jul 2026 09:18AM UTC 1
77.78
GitHub Action Run
Source Files on build 29022880549
  • Tree
  • List 83
  • Changed 10
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29022880549
  • 6dadaefb on github
  • Prev Build on main (#29017673507)
  • Next Build on main (#29023496087)
  • 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