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

supabase / supabase-js / 8831645041

25 Apr 2024 11:20AM UTC coverage: 65.888% (+0.2%) from 65.714%
8831645041

Pull #1029

github

web-flow
Merge 31fc0cc47 into 1687dea96
Pull Request #1029: fix: set hasCustomAuthorizationHeader property on the AuthClient

51 of 97 branches covered (52.58%)

Branch coverage included in aggregate %.

90 of 117 relevant lines covered (76.92%)

4.39 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