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

visgl / react-map-gl / 12898518679

22 Jan 2025 12:26AM UTC coverage: 85.315%. First build
12898518679

Pull #2467

github

web-flow
Merge 7508071ae into 3032b6964
Pull Request #2467: [v8] react-mapbox module

892 of 1107 branches covered (80.58%)

Branch coverage included in aggregate %.

1856 of 2152 new or added lines in 22 files covered. (86.25%)

5609 of 6513 relevant lines covered (86.12%)

23.3 hits per line

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

62.5
/modules/react-mapbox/src/utils/assert.ts
1
export default function assert(condition: any, message: string) {
28✔
2
  if (!condition) {
28!
NEW
3
    throw new Error(message);
×
NEW
4
  }
×
5
}
28✔
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

© 2026 Coveralls, Inc