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

IQSS / dataverse-frontend / 6437244362

06 Oct 2023 10:18PM UTC coverage: 98.58%. First build
6437244362

push

github

ekraffmiller
Add Dataset story; move alert customHeading to translation text

97 of 101 branches covered (0.0%)

Branch coverage included in aggregate %.

250 of 251 relevant lines covered (99.6%)

209.98 hits per line

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

100.0
/packages/design-system/src/lib/components/breadcrumb/Breadcrumb.tsx
1
import { Breadcrumb as BreadcrumbBS } from 'react-bootstrap'
168✔
2
import { PropsWithChildren } from 'react'
3
import { BreadcrumbItem } from './BreadcrumbItem'
4

5
function Breadcrumb({ children }: PropsWithChildren) {
6
  return <BreadcrumbBS>{children}</BreadcrumbBS>
54✔
7
}
24✔
8

9
Breadcrumb.Item = BreadcrumbItem
24✔
10

11
export { Breadcrumb }
24✔
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