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

SAP / ui5-webcomponents-react / 14902210870

08 May 2025 08:32AM CUT coverage: 88.206% (-0.4%) from 88.625%
14902210870

Pull #7308

github

web-flow
Merge 7ea0c9eb2 into 5b75245a7
Pull Request #7308: feat: update to UI5 Web Components 2.10.0

3016 of 3985 branches covered (75.68%)

1 of 1 new or added line in 1 file covered. (100.0%)

28 existing lines in 3 files now uncovered.

5295 of 6003 relevant lines covered (88.21%)

104231.16 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