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

IQSS / dataverse-frontend / 10219381635

02 Aug 2024 05:08PM CUT coverage: 98.403%. Remained the same
10219381635

push

github

GermanSaracca
feat: back to disable button

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/accordion/AccordionItem.tsx
1
import { ElementType, ReactNode } from 'react'
168✔
2
import { Accordion as AccordionBS } from 'react-bootstrap'
3

4
export interface AccordionItemProps extends React.HTMLAttributes<HTMLElement> {
5
  eventKey: string
6
  children: ReactNode
7
  bsPrefix?: string
8
  as?: ElementType
9
}
24✔
10

108✔
11
export function AccordionItem({ children, ...rest }: AccordionItemProps) {
24✔
12
  return <AccordionBS.Item {...rest}>{children}</AccordionBS.Item>
13
}
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