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

IQSS / dataverse-frontend / 10908187891

17 Sep 2024 04:55PM UTC coverage: 97.397% (+0.001%) from 97.396%
10908187891

push

github

ChengShi-1
chores: change the test example in developer guide

1338 of 1397 branches covered (95.78%)

Branch coverage included in aggregate %.

3526 of 3597 relevant lines covered (98.03%)

9418.92 hits per line

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

80.0
/packages/design-system/src/lib/components/tabs/Tab.tsx
1
import { PropsWithChildren } from 'react'
476✔
2
import { Tab as TabBS } from 'react-bootstrap'
3

4
export interface TabProps {
5
  title: string
6
  eventKey: string
7
}
8

9
export function Tab({ title, eventKey, children }: PropsWithChildren<TabProps>) {
68✔
10
  return (
×
11
    <TabBS title={title} eventKey={eventKey}>
12
      {children}
13
    </TabBS>
14
  )
15
}
68✔
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