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

IQSS / dataverse-frontend / 7478270980

08 Jan 2024 03:20PM CUT coverage: 97.854% (-0.07%) from 97.922%
7478270980

Pull #260

github

web-flow
Merge pull request #271 from IQSS/feature/262-file-labels-section-of-the-file-page

262 - File labels section of the File page
Pull Request #260: 249 - File Page boilerplate

471 of 486 branches covered (0.0%)

Branch coverage included in aggregate %.

1535 of 1564 relevant lines covered (98.15%)

4021.68 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'
210✔
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>) {
30✔
10
  return (
×
11
    <TabBS title={title} eventKey={eventKey}>
12
      {children}
13
    </TabBS>
14
  )
15
}
30✔
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