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

safe-global / safe-client-gateway-nest / 5383303452

Canceled at 24 May 2024 07:41AM CUT via web
5383303452

push

github

hectorgomezv
Refactor test

859 of 1029 branches covered (83.48%)

Branch coverage included in aggregate %.

4187 of 4430 relevant lines covered (94.51%)

52.54 hits per line

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

0.0
/src/routes/common/utils/utils.ts
1
export function isHex(value: unknown): boolean {
×
2
  return typeof value === 'string' && value.startsWith('0x');
×
3
}
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