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

react-ui-org / react-ui / 14831340595

05 May 2025 07:31AM UTC coverage: 77.116% (-13.2%) from 90.283%
14831340595

Pull #636

github

web-flow
Merge c233dddc7 into b73b8ec0f
Pull Request #636: Refactoring/miscellaneous jest to playwright

626 of 897 branches covered (69.79%)

Branch coverage included in aggregate %.

695 of 816 relevant lines covered (85.17%)

43.59 hits per line

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

88.24
/src/components/_helpers/getRootPriorityClassName.js
1
export const getRootPriorityClassName = (priority, styles) => {
10✔
2
  if (priority === 'filled') {
112✔
3
    return styles.isRootPriorityFilled;
104✔
4
  }
5

6
  if (priority === 'outline') {
8✔
7
    return styles.isRootPriorityOutline;
4✔
8
  }
9

10
  if (priority === 'flat') {
4!
11
    return styles.isRootPriorityFlat;
4✔
12
  }
13

14
  return null;
×
15
};
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

© 2026 Coveralls, Inc