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

SAP / ui5-webcomponents-react / 14974207177

12 May 2025 01:58PM CUT coverage: 87.827% (-0.4%) from 88.18%
14974207177

Pull #7327

github

web-flow
Merge a9e21cb3e into b5963be79
Pull Request #7327: fix(SelectDialog): use `headerText` as `accessibleName` per default

2893 of 3894 branches covered (74.29%)

5072 of 5775 relevant lines covered (87.83%)

107705.4 hits per line

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

60.0
/packages/main/src/internal/getRandomId.ts
1
export const getRandomId = () => {
413✔
2
  if ('randomUUID' in crypto) {
12✔
3
    // eslint-disable-next-line @typescript-eslint/ban-ts-comment
4
    // @ts-ignore
5
    return crypto.randomUUID();
12✔
6
  }
7
  const uint32 = window.crypto.getRandomValues(new Uint32Array(1))[0];
×
8
  return uint32.toString(16);
×
9
};
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