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

supabase / supabase-flutter / 26944666831
80%

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 10:04AM UTC
Jobs 1
Files 72
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

04 Jun 2026 09:57AM UTC coverage: 80.463%. Remained the same
26944666831

push

github

web-flow
ci: drop standalone publish dry-run step (#1378)

## What

Remove the dedicated "Publish dry run" step from `release-publish.yml`.

## Why

storage_client published fine, but the `supabase` publish failed at the
**dry-run** step (exit code 65):

```
* Your dependency on "storage_client" should allow more than one version. For example:
    storage_client: ^2.5.4
...
Package has 6 warnings and 7 hints.
└> dart pub publish --dry-run └> FAILED (exit code 65)
```

`dart pub publish --dry-run` exits non-zero when a package has
**warnings**. `supabase`/`supabase_flutter` deliberately pin **exact**
sibling versions (`storage_client: 2.5.4`, `gotrue: …`, etc.) and
override deps via `pubspec_overrides.yaml`, which pub flags as warnings.
The standalone dry-run then failed and **skipped the real publish**.

The real publish step runs `dart pub publish --force`, which publishes
despite those warnings (that's how supabase 2.10.6 shipped). So the
dry-run gate added no safety the real publish doesn't already provide —
it only produced false failures. Removing it.

Follow-up to #1376 / #1377; storage_client 2.5.4 is already live.

3542 of 4402 relevant lines covered (80.46%)

2.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26944666831.1 04 Jun 2026 10:03AM UTC 72
80.46
GitHub Action Run
Source Files on build 26944666831
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26944666831
  • 300518ac on github
  • Prev Build on main (#26909768153)
  • Next Build on main (#26956191703)
  • 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