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

teableio / teable / 10279245315

07 Aug 2024 06:25AM CUT coverage: 17.351% (-0.4%) from 17.728%
10279245315

Pull #721

github

web-flow
Merge 70fc54bd4 into 1df1bc808
Pull Request #721: feat: sql query

1388 of 2837 branches covered (48.92%)

25 of 1927 new or added lines in 39 files covered. (1.3%)

1 existing line in 1 file now uncovered.

14099 of 81259 relevant lines covered (17.35%)

1.72 hits per line

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

0.0
/packages/sdk/src/components/base-query/FormItem.tsx
NEW
1
import { Label } from '@teable/ui-lib';
×
NEW
2

×
NEW
3
export const FormItem = (props: { label: string; children: React.ReactNode }) => {
×
NEW
4
  const { label, children } = props;
×
NEW
5
  return (
×
NEW
6
    <div className="flex flex-1 gap-5">
×
NEW
7
      <Label className="w-24 text-right leading-7">{label}</Label>
×
NEW
8
      {children}
×
NEW
9
    </div>
×
NEW
10
  );
×
NEW
11
};
×
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