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

safe-global / safe-client-gateway-nest / 5358500921

pending completion
5358500921

Pull #496

github

web-flow
Merge e24afd960 into dd7ae63ed
Pull Request #496: Add missing unit tests for data mappers

848 of 1029 branches covered (82.41%)

Branch coverage included in aggregate %.

60 of 60 new or added lines in 7 files covered. (100.0%)

1 existing line in 1 file now uncovered.

4179 of 4424 relevant lines covered (94.46%)

51.64 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