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

nilfalse / ctf / 4254833575

pending completion
4254833575

Pull #269

github

GitHub
Merge 776387664 into f03cdd64f
Pull Request #269: Upgrade all of jest: 27.5.1 → 29.4.3 (major)

0 of 266 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 613 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/runtime/interceptors/heuristics.ts
1
import * as cloudflare from './cloudflare';
2
import * as cloudfront from './cloudfront';
3
import * as fastly from './fastly';
4
import * as ip from './ip';
5

6
export type Match =
7
  | cloudflare.CloudflareMatch
8
  | cloudfront.CloudFrontMatch
9
  | fastly.FastlyMatch
10
  | ip.IPMatch;
11

12
export const heuristics = [ip, cloudflare, cloudfront, fastly];
×
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