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

supabase / supabase-js / 15117737249

19 May 2025 04:01PM UTC coverage: 72.646%. First build
15117737249

Pull #1417

github

web-flow
Merge a858479b0 into 70d719981
Pull Request #1417: refactor: use URL type for manipulating urls

53 of 91 branches covered (58.24%)

Branch coverage included in aggregate %.

10 of 10 new or added lines in 1 file covered. (100.0%)

109 of 132 relevant lines covered (82.58%)

8.42 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)
19✔
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