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

supabase / supabase-js / 16913742507

12 Aug 2025 03:41PM UTC coverage: 74.8%. Remained the same
16913742507

push

github

web-flow
chore: add preview release (#1530)

65 of 104 branches covered (62.5%)

Branch coverage included in aggregate %.

122 of 146 relevant lines covered (83.56%)

34.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/lib/SupabaseAuthClient.ts
1
import { AuthClient } from '@supabase/auth-js'
33✔
2
import { SupabaseAuthClientOptions } from './types'
3

4
export class SupabaseAuthClient extends AuthClient {
33✔
5
  constructor(options: SupabaseAuthClientOptions) {
6
    super(options)
60✔
7
  }
8
}
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

© 2025 Coveralls, Inc