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

teableio / teable / 10297377414

08 Aug 2024 06:53AM UTC coverage: 81.982% (+64.3%) from 17.728%
10297377414

Pull #802

github

web-flow
Merge e299a248f into 4854acca2
Pull Request #802: fix: restrict the encoding format of attachment names to utf-8

4274 of 4473 branches covered (95.55%)

8 of 11 new or added lines in 2 files covered. (72.73%)

28269 of 34482 relevant lines covered (81.98%)

1219.9 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