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

supabase / supabase-js / 16300970139

15 Jul 2025 06:11PM UTC coverage: 68.536% (-4.4%) from 72.889%
16300970139

Pull #1505

github

web-flow
Merge ad01a02d3 into 184421505
Pull Request #1505: feat: add missing HTTP headers for client platform and runtime detection

78 of 136 branches covered (57.35%)

Branch coverage included in aggregate %.

34 of 54 new or added lines in 1 file covered. (62.96%)

142 of 185 relevant lines covered (76.76%)

21.16 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