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

supabase / supabase-js / 16494675177

24 Jul 2025 10:40AM UTC coverage: 72.199%. Remained the same
16494675177

push

github

web-flow
Merge pull request #1511 from mandarini/chore/lock-file-update

chore: update pnpm lock file

59 of 100 branches covered (59.0%)

Branch coverage included in aggregate %.

115 of 141 relevant lines covered (81.56%)

24.87 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'
6✔
2
import { SupabaseAuthClientOptions } from './types'
3

4
export class SupabaseAuthClient extends AuthClient {
6✔
5
  constructor(options: SupabaseAuthClientOptions) {
6
    super(options)
60✔
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