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

IQSS / dataverse-frontend / 5110682759

29 May 2023 09:49AM UTC coverage: 98.331% (-0.2%) from 98.495%
5110682759

push

github

MellyGray
fix(invokeJsDataverse): retry with latest version if error thrown

134 of 140 branches covered (95.71%)

Branch coverage included in aggregate %.

455 of 459 relevant lines covered (99.13%)

71.8 hits per line

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

85.71
/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx
1
import { PropsWithChildren } from 'react'
462✔
2
import { Col } from '../../../grid/Col'
3

4
interface LayoutFormGroupElementProps {
5
  withinMultipleFieldsGroup?: boolean
6
}
7
export function FormElementLayout({
66✔
8
  withinMultipleFieldsGroup,
9
  children
10
}: PropsWithChildren<LayoutFormGroupElementProps>) {
11
  return withinMultipleFieldsGroup ? <>{children}</> : <Col sm={9}>{children}</Col>
138!
12
}
66✔
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