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

atomicpages / pretty-checkbox-react / 9820775925

06 Jul 2024 04:56PM UTC coverage: 100.0%. Remained the same
9820775925

push

github

atomicpages
feat: support ESM and move to tsup

67 of 67 branches covered (100.0%)

Branch coverage included in aggregate %.

69 of 69 new or added lines in 15 files covered. (100.0%)

171 of 171 relevant lines covered (100.0%)

11.42 hits per line

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

100.0
/src/hooks/useUUID.ts
1
import * as React from "react";
6✔
2

3
import { nanoid } from "nanoid/non-secure";
6✔
4

5
const PREFIX = "pcr_";
6✔
6
export const useUUID = () => React.useRef(PREFIX + nanoid(8)).current;
43✔
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