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

deriv-com / deriv-com-v2 / 6741591070

03 Nov 2023 05:20AM UTC coverage: 88.093% (-1.4%) from 89.443%
6741591070

Pull #107

github

prince-deriv
fix: remove unused library
Pull Request #107: Prince/Breadcrumbs

150 of 219 branches covered (0.0%)

Branch coverage included in aggregate %.

29 of 98 new or added lines in 5 files covered. (29.59%)

3845 of 4316 relevant lines covered (89.09%)

4.18 hits per line

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

80.0
/libs/components/src/lib/breadcrumbs/index.tsx
1
import Base from './base';
2✔
2
import { BreadcrumbsProps } from './types';
2✔
3

2✔
4
export const Breadcrumbs = ({ ...otherProps }: BreadcrumbsProps) => {
2✔
NEW
5
  return <Base {...otherProps} />;
×
NEW
6
};
×
7

2✔
8
export default Breadcrumbs;
2✔
9

2✔
10
export * from './types';
2✔
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