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

supabase / supabase-js / 12400374958

18 Dec 2024 07:58PM UTC coverage: 70.0% (+2.4%) from 67.633%
12400374958

Pull #1340

github

web-flow
Merge 500ac406e into 7a2ba5278
Pull Request #1340: DRAFT: (breaking change) createAdminClient()

44 of 83 branches covered (53.01%)

Branch coverage included in aggregate %.

18 of 19 new or added lines in 1 file covered. (94.74%)

117 of 147 relevant lines covered (79.59%)

6.5 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)
10✔
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