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

teableio / teable / 10315078073

09 Aug 2024 07:01AM UTC coverage: 82.673% (-0.002%) from 82.675%
10315078073

Pull #806

github

web-flow
Merge 85e7898ed into 7701966d5
Pull Request #806: fix: the attachments rendering in the record history

4426 of 4647 branches covered (95.24%)

76 of 83 new or added lines in 2 files covered. (91.57%)

1 existing line in 1 file now uncovered.

29324 of 35470 relevant lines covered (82.67%)

1241.57 hits per line

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

0.0
/apps/nestjs-backend/src/features/field/model/field-base.ts
1
export abstract class FieldBase {
×
2
  // whether the storage structure of the value is a json Object, notice title key in json object is required
×
3
  // example: { title: 'title', id: 'id1' } or [{ title: 'title1', id: 'id1' }, { title: 'title2', id: 'id2' }]
×
4
  abstract get isStructuredCellValue(): boolean;
×
5

×
6
  abstract convertDBValue2CellValue(value: unknown, context?: unknown): unknown;
×
7

×
8
  abstract convertCellValue2DBValue(value: unknown): unknown;
×
9
}
×
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