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

SAP / ui5-webcomponents-react / 15296545700

28 May 2025 09:25AM CUT coverage: 89.051%. Remained the same
15296545700

Pull #7393

github

web-flow
Merge bd2c00774 into 6f18f907f
Pull Request #7393: chore(deps): update dependency @ui5/webcomponents-cypress-commands to v2.10.1 (main)

3028 of 3930 branches covered (77.05%)

5303 of 5955 relevant lines covered (89.05%)

104641.83 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 = () => {
444✔
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