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

IQSS / dataverse-frontend / 5279247702

15 Jun 2023 01:14PM CUT coverage: 98.446%. First build
5279247702

push

github

web-flow
Merge pull request #112 from IQSS/feature/95-invoke-js-dataverse-use-cases-in-the-dataset-page

95 - Invoke js dataverse use cases in the dataset page

102 of 107 branches covered (95.33%)

Branch coverage included in aggregate %.

278 of 279 relevant lines covered (99.64%)

214.22 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 { ReactNode } from 'react'
1✔
2
import { Accordion as AccordionBS } from 'react-bootstrap'
3

4
interface AccordionItemProps {
5
  eventKey: string
6
  children: ReactNode
7
}
8

9
export function AccordionItem({ eventKey, children }: AccordionItemProps) {
1✔
10
  return <AccordionBS.Item eventKey={eventKey}>{children}</AccordionBS.Item>
1✔
11
}
1✔
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