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

IQSS / dataverse-frontend / 10269038977

06 Aug 2024 03:03PM CUT coverage: 97.879% (+0.3%) from 97.592%
10269038977

Pull #451

github

web-flow
Merge 35a5b5de8 into 393e9269e
Pull Request #451: Metadata fields section on create collection page

1230 of 1272 branches covered (96.7%)

Branch coverage included in aggregate %.

266 of 266 new or added lines in 16 files covered. (100.0%)

3292 of 3348 relevant lines covered (98.33%)

9276.44 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