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

supabase / supabase-js / 7391979032

03 Jan 2024 12:26AM UTC coverage: 65.877%. Remained the same
7391979032

Pull #937

github

web-flow
Merge 91d65a230 into 24daf10e3
Pull Request #937: fix: version bump realtime-js to 2.9.1

47 of 92 branches covered (0.0%)

Branch coverage included in aggregate %.

92 of 119 relevant lines covered (77.31%)

4.47 hits per line

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

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

4
export class SupabaseAuthClient extends GoTrueClient {
2✔
5
  constructor(options: SupabaseAuthClientOptions) {
6
    super(options)
9✔
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