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

supabase / supabase-flutter / 31377004505
89%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 09:59AM UTC
Jobs 9
Files 100
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 Aug 2026 09:57AM UTC coverage: 87.415%. Remained the same
31377004505

push

github

web-flow
chore: register the remaining public API in the capability matrix (#1673)

Stacked on #1671. Closes the backfill that #1670 and #1671 flagged:
capability-matrix coverage of the Dart public API goes from **49% to
100%**.

| | before | after |
|---|---|---|
| Symbols reported as public API | 1831 | **1774** |
| Registered | 899 | **1766** |
| Unregistered | 930 | **0** |

## How the 881 unregistered symbols were placed

**26 are entry points the matrix was missing outright.** These go in
`symbols`, so the drift check now verifies them:

| Feature | Entry point |
|---|---|
| `auth.session.update_user` | `GoTrueClient.updateUser` |
| `auth.session.get_session` / `get_user` |
`GoTrueClient.currentSession` / `currentUser` |
| `auth.sign_in.sign_in_with_oauth` | `GoTrueClient.getOAuthSignInUrl`,
`GoTrueClientSignInProvider.signInWithOAuth` |
| `auth.sign_in.sign_in_with_sso` |
`GoTrueClientSignInProvider.signInWithSSO` |
| `auth.identities.link_identity` |
`GoTrueClientSignInProvider.linkIdentity` |
| `auth.passkey.*` | `GoTruePasskeyApi.start/verifyRegistration`,
`start/verifyAuthentication` |
| `database.query.from_table` / `rpc` / `schema_selection` |
`SupabaseClient.from` / `rpc` / `schema` |
| `database.using_modifiers.explain` |
`PostgrestTransformBuilder.explain` |
| `realtime.subscriptions.postgres_changes` |
`RealtimeChannel.onPostgresChanges`, `onSystemEvents` |
| `realtime.client.*` | `SupabaseClient.channel`, `getChannels`,
`removeChannel`, `removeAllChannels`, `RealtimeClient.disconnect` |
| `storage.file_buckets.create_signed_url` |
`StorageFileApi.createSignedUrl` |
| `client.*` | `GoTrueClient.getSessionFromUrl`, `recoverSession`,
`setInitialSession` |

Several of these features previously listed only an option or enum as
their evidence. `storage.file_buckets.create_signed_url` claimed
`DownloadBehavior`; `database.using_modifiers.explain` claimed
`ExplainFormat`; `auth.session.update_user` claimed
`UserAttributes.currentPassword`. The method... (continued)

22 of 23 new or added lines in 7 files covered. (95.65%)

33 existing lines in 5 files now uncovered.

5661 of 6476 relevant lines covered (87.42%)

4.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% packages/gotrue/lib/src/broadcast_stub.dart

Coverage Regressions

Lines Coverage ∆ File
12
92.51
0.0% packages/realtime_client/lib/src/realtime_channel.dart
12
80.49
0.0% packages/realtime_client/lib/src/types.dart
5
97.38
0.0% packages/realtime_client/lib/src/realtime_client.dart
3
97.27
0.0% packages/realtime_client/lib/src/transformers.dart
1
0.0
0.0% packages/gotrue/lib/src/broadcast_stub.dart
Jobs
ID Job ID Ran Files Coverage
5 postgrest - 31377004505.5 10 Aug 2026 10:01AM UTC 10
85.71
GitHub Action Run
6 supabase_flutter - 31377004505.6 10 Aug 2026 09:59AM UTC 10
80.29
GitHub Action Run
7 supabase - 31377004505.7 10 Aug 2026 10:01AM UTC 13
87.19
GitHub Action Run
8 gotrue - 31377004505.8 10 Aug 2026 10:02AM UTC 28
88.18
GitHub Action Run
9 realtime_client - 31377004505.9 10 Aug 2026 10:01AM UTC 11
90.19
GitHub Action Run
2 yet_another_json_isolate - 31109618140.2 06 Aug 2026 02:14PM UTC 1
93.65
GitHub Action Run
6 supabase_common - 31376284969.6 10 Aug 2026 09:49AM UTC 11
99.11
GitHub Action Run
3 functions_client - 31376284969.3 10 Aug 2026 09:49AM UTC 3
98.86
GitHub Action Run
2 storage_client - 31376284969.2 10 Aug 2026 09:51AM UTC 13
84.54
GitHub Action Run
Source Files on build 31377004505
  • Tree
  • List 100
  • Changed 14
  • Source Changed 14
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31377004505
  • 32d5ece5 on github
  • Prev Build on main (#31376284969)
  • Next Build on main (#31495823238)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc