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

IQSS / dataverse-frontend / 5268433908

14 Jun 2023 02:30PM CUT coverage: 98.446%. Remained the same
5268433908

push

github

MellyGray
feat(MetadataBlockInfo): get displayFormat info from the tsvs to display correctly the metadata fields

102 of 107 branches covered (95.33%)

Branch coverage included in aggregate %.

278 of 279 relevant lines covered (99.64%)

214.22 hits per line

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

100.0
/packages/design-system/src/lib/components/alert/AlertLink.tsx
1
import { Alert as AlertBS } from 'react-bootstrap'
336✔
2

3
interface AlertLinkProps {
4
  link: string
5
  href: string
6
}
7

8
export function AlertLink({ link, href }: AlertLinkProps) {
48✔
9
  return <AlertBS.Link href={href}>{link}</AlertBS.Link>
42✔
10
}
48✔
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