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

jumpinjackie / mapguide-react-layout / 15160437878

21 May 2025 11:00AM UTC coverage: 21.631% (-42.6%) from 64.24%
15160437878

Pull #1552

github

web-flow
Merge 8b7153d9e into 236e2ea07
Pull Request #1552: Feature/package updates 2505

839 of 1165 branches covered (72.02%)

11 of 151 new or added lines in 25 files covered. (7.28%)

1332 existing lines in 50 files now uncovered.

4794 of 22163 relevant lines covered (21.63%)

6.89 hits per line

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

33.33
/src/utils/never.ts
1
/**
2
 * Asserts that this function should never be called. The common usage is to call this as the
3
 * "else" case in a series of if/else blocks or the default case in a switch statement when
4
 * testing cases of an enum or union type. This is a compile-time way to ensure that your code properly
5
 * tests for all possible cases of a given enum or union type
6
 *
7
 * @export
8
 * @param {never} value
9
 */
10
export function assertNever(value: never) {
1✔
11
    throw new Error("Should never get here");
×
UNCOV
12
}
×
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