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

supabase / supabase-js / 6143760611

11 Sep 2023 08:17AM UTC coverage: 66.146%. Remained the same
6143760611

Pull #850

github

web-flow
Merge fe85de5b1 into 766238eed
Pull Request #850: fix: replace cross-fetch with @supabase/node-fetch

43 of 84 branches covered (51.19%)

Branch coverage included in aggregate %.

1 of 3 new or added lines in 1 file covered. (33.33%)

84 of 108 relevant lines covered (77.78%)

4.49 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