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

IQSS / dataverse-frontend / 11583016536

29 Oct 2024 09:48PM CUT coverage: 98.403%. Remained the same
11583016536

push

github

ekraffmiller
fix useGetCollectionFacets.spec.tsx

86 of 90 branches covered (95.56%)

Branch coverage included in aggregate %.

222 of 223 relevant lines covered (99.55%)

198.27 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 { ReactNode } from 'react'
3
import { BreadcrumbItem } from './BreadcrumbItem'
4

5
interface BreadcrumbProps {
6
  children: ReactNode
54✔
7
  className?: string
24✔
8
}
9
function Breadcrumb({ children, className }: BreadcrumbProps) {
24✔
10
  return <BreadcrumbBS className={className}>{children}</BreadcrumbBS>
11
}
24✔
12

13
Breadcrumb.Item = BreadcrumbItem
14

15
export { Breadcrumb }
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