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

IQSS / dataverse-frontend / 8095940691

29 Feb 2024 12:23PM CUT coverage: 98.563% (+1.1%) from 97.491%
8095940691

Pull #328

github

MellyGray
fix(tests): set Cypress env variable for base url
Pull Request #328: 295 - Display real dataset version information in the File Page

97 of 101 branches covered (96.04%)

Branch coverage included in aggregate %.

246 of 247 relevant lines covered (99.6%)

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