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

supabase / supabase-js / 12408373659

19 Dec 2024 07:43AM UTC coverage: 67.633%. Remained the same
12408373659

Pull #1342

github

web-flow
Merge 0f7434a6b into 7a2ba5278
Pull Request #1342: fix: bump functions-js to 2.4.4

41 of 79 branches covered (51.9%)

Branch coverage included in aggregate %.

99 of 128 relevant lines covered (77.34%)

4.63 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'
2✔
2
import { SupabaseAuthClientOptions } from './types'
3

4
export class SupabaseAuthClient extends AuthClient {
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