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

supabase / supabase-js / 16194033190

10 Jul 2025 11:34AM UTC coverage: 81.14% (+8.3%) from 72.889%
16194033190

Pull #1475

github

web-flow
Merge d8f2d798b into 6a44f7997
Pull Request #1475: fix: setAuth ran automatically for realtime; prioritize setAuth tasks

67 of 93 branches covered (72.04%)

Branch coverage included in aggregate %.

9 of 10 new or added lines in 1 file covered. (90.0%)

118 of 135 relevant lines covered (87.41%)

35.71 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)
87✔
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