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

SAP / ui5-webcomponents-react / 13813715622

12 Mar 2025 02:22PM CUT coverage: 88.947%. First build
13813715622

Pull #7068

github

web-flow
Merge d731a8ab7 into 397652146
Pull Request #7068: fix(I18nContext): scope context per react major version

3144 of 4088 branches covered (76.91%)

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

5625 of 6324 relevant lines covered (88.95%)

45049.05 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 = () => {
457✔
2
  if ('randomUUID' in crypto) {
57✔
3
    // eslint-disable-next-line @typescript-eslint/ban-ts-comment
4
    // @ts-ignore
5
    return crypto.randomUUID();
57✔
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