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

supabase / supabase-flutter / 24993319290
80%

Build:
DEFAULT BRANCH: main
Ran 27 Apr 2026 11:57AM UTC
Jobs 1
Files 70
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

27 Apr 2026 11:50AM UTC coverage: 80.406% (+0.005%) from 80.401%
24993319290

push

github

web-flow
fix(storage): avoid duplicate Content-Type headers and header mutation (#1359)

* fix(storage): avoid duplicate Content-Type headers and header mutation

In _handleRequest, the headers map was being mutated directly by adding
Content-Type: application/json. This meant:

1. The stored headers map on StorageFileApi/_StorageBucketApi was permanently
   mutated after each non-GET request, accumulating Content-Type.
2. Custom Content-Type headers set via setHeader() were overwritten
   unconditionally, ignoring caller intent.

Fix: copy headers before modifying, and use a case-insensitive check
for an existing Content-Type before setting the application/json default.

Linear: SDK-881

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* style(storage): format fetch.dart

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Update packages/storage_client/lib/src/fetch.dart

Co-authored-by: Vinzent <vinzent03@proton.me>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Vinzent <vinzent03@proton.me>

3 of 3 new or added lines in 1 file covered. (100.0%)

3529 of 4389 relevant lines covered (80.41%)

2.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24993319290.1 27 Apr 2026 11:57AM UTC 70
80.41
GitHub Action Run
Source Files on build 24993319290
  • Tree
  • List 70
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24993319290
  • 99d91367 on github
  • Prev Build on main (#24865865296)
  • Next Build on main (#24998367194)
  • 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