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

supabase / supabase-js / 6799325911

08 Nov 2023 02:04PM UTC coverage: 65.385%. Remained the same
6799325911

Pull #906

github

web-flow
Merge 098de2411 into 76678278f
Pull Request #906: chore(deps): bump next from 12.1.6 to 13.5.0 in /examples/next-storage

47 of 92 branches covered (0.0%)

Branch coverage included in aggregate %.

89 of 116 relevant lines covered (76.72%)

4.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/lib/SupabaseAuthClient.ts
1
import { GoTrueClient } from '@supabase/gotrue-js'
2✔
2
import { SupabaseAuthClientOptions } from './types'
3

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