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

supabase / supabase-js / 12403287263

18 Dec 2024 11:45PM UTC coverage: 67.308% (-0.3%) from 67.633%
12403287263

Pull #1341

github

web-flow
Merge 360b75f9f into 7a2ba5278
Pull Request #1341: fix: Realtime set auth on handleTokenChanged

41 of 79 branches covered (51.9%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 1 file covered. (50.0%)

1 existing line in 1 file now uncovered.

99 of 129 relevant lines covered (76.74%)

4.59 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