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

IQSS / dataverse-frontend / 4820973537

27 Apr 2023 02:28PM CUT coverage: 99.752% (+0.3%) from 99.494%
4820973537

push

github

MellyGray
fix(Buttons): add border to buttons to differenciate them in a ButtonGroup

49 of 50 branches covered (98.0%)

Branch coverage included in aggregate %.

353 of 353 relevant lines covered (100.0%)

2.88 hits per line

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

100.0
/src/sections/ui/dropdown-button/dropdown-button-item/DropdownButtonItem.tsx
1
import { Dropdown as DropdownBS } from 'react-bootstrap'
1✔
2
import { ReactNode } from 'react'
1✔
3

1✔
4
interface DropdownItemProps {
1✔
5
  href: string
1✔
6
  children: ReactNode
1✔
7
}
1✔
8

1✔
9
export function DropdownButtonItem({ href, children }: DropdownItemProps) {
1✔
10
  return <DropdownBS.Item href={href}>{children}</DropdownBS.Item>
2✔
11
}
2✔
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