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

IQSS / dataverse-frontend / 6744028936

03 Nov 2023 10:26AM UTC coverage: 98.58%. Remained the same
6744028936

push

github

MellyGray
feat(IntegrationDatasetPermissions): add permissions to DatasetRepository integration test

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/accordion/AccordionItem.tsx
1
import { ReactNode } from 'react'
168✔
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) {
24✔
10
  return <AccordionBS.Item eventKey={eventKey}>{children}</AccordionBS.Item>
108✔
11
}
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