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

supabase / supabase-flutter / 27913856643
86%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 06:42PM UTC
Jobs 8
Files 78
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

21 Jun 2026 06:41PM UTC coverage: 85.198%. Remained the same
27913856643

push

github

web-flow
chore(supabase_lints): enable avoid-self-compare (#1434)

Stacked on #1433.

## What

Enables `avoid-self-compare`, which catches comparing a value to itself
(e.g. `if (user.id == user.id)`) — a real, easy-to-miss bug.

The only 5 existing violations were the reflexive lines in
`constants_test.dart`'s `'enums support equality comparison'` test:
```dart
expect(AuthChangeEvent.signedIn == AuthChangeEvent.signedIn, isTrue);
```
These always pass and only exercise the Dart SDK's enum `==` (same
category as the enum-`toString` test removed in #1426), so the test is
removed. The rule now guards new code.

## Verification
- `dcm analyze packages` -> no issues found.
- gotrue `constants_test` passes (40).

No production code changes — this is a dead-test removal that unlocks
the rule.

4081 of 4790 relevant lines covered (85.2%)

3.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 realtime_client - 27913856643.1 21 Jun 2026 06:44PM UTC 11
88.15
GitHub Action Run
2 supabase_flutter - 27913856643.2 21 Jun 2026 06:43PM UTC 9
77.0
GitHub Action Run
3 supabase - 27913856643.3 21 Jun 2026 06:42PM UTC 15
82.3
GitHub Action Run
4 postgrest - 27913856643.4 21 Jun 2026 06:44PM UTC 9
83.81
GitHub Action Run
5 storage_client - 27913856643.5 21 Jun 2026 06:44PM UTC 5
93.01
GitHub Action Run
6 gotrue - 27913856643.6 21 Jun 2026 06:45PM UTC 26
83.53
GitHub Action Run
7 yet_another_json_isolate - 27913856643.7 21 Jun 2026 06:42PM UTC 1
79.03
GitHub Action Run
8 functions_client - 27913856643.8 21 Jun 2026 06:42PM UTC 2
97.14
GitHub Action Run
Source Files on build 27913856643
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27913856643
  • 9d0a3149 on github
  • Prev Build on main (#27913616542)
  • Next Build on main (#27914112093)
  • 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