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

supabase / supabase-js / 15169225286

21 May 2025 05:57PM UTC coverage: 72.889% (+0.2%) from 72.646%
15169225286

Pull #1425

github

web-flow
Merge fe31edf47 into f25477396
Pull Request #1425: fix: preserve path segments in supabaseUrl when constructing endpoints.

55 of 93 branches covered (59.14%)

Branch coverage included in aggregate %.

9 of 9 new or added lines in 2 files covered. (100.0%)

109 of 132 relevant lines covered (82.58%)

8.81 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)
20✔
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