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

IQSS / dataverse-frontend / 10597682397

28 Aug 2024 01:26PM UTC coverage: 97.701% (+0.008%) from 97.693%
10597682397

Pull #464

github

ErykKul
command timeout set to 10 seconds for integration tests
Pull Request #464: Feature/417 File upload integration

1269 of 1317 branches covered (96.36%)

Branch coverage included in aggregate %.

33 of 34 new or added lines in 3 files covered. (97.06%)

10 existing lines in 1 file now uncovered.

3405 of 3467 relevant lines covered (98.21%)

9193.46 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