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

supabase / supabase-js / 14046761589

24 Mar 2025 09:56PM UTC coverage: 67.805%. Remained the same
14046761589

Pull #1383

github

web-flow
Merge 9cf013497 into 73ab30dd6
Pull Request #1383: fix: bump auth-js to 2.69.1

38 of 75 branches covered (50.67%)

Branch coverage included in aggregate %.

101 of 130 relevant lines covered (77.69%)

4.57 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