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

teableio / teable / 8536869866

03 Apr 2024 10:05AM CUT coverage: 21.234% (-0.3%) from 21.535%
8536869866

Pull #514

github

web-flow
Merge 91a25d710 into 45ee7ebb3
Pull Request #514: refactor: user and link selector

1394 of 2532 branches covered (55.06%)

27 of 1620 new or added lines in 60 files covered. (1.67%)

4 existing lines in 2 files now uncovered.

14588 of 68702 relevant lines covered (21.23%)

2.02 hits per line

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

0.0
/packages/sdk/src/components/filter/constant.ts
NEW
1
const EMPTY_OPERATORS = ['isEmpty', 'isNotEmpty'];
×
NEW
2
const MULTIPLE_OPERATORS = ['isAnyOf', 'isNoneOf'];
×
3

×
4
const operatorLabelMapping = {
×
5
  is: 'is',
×
6
  isNot: 'is not',
×
7
  contains: 'contains',
×
8
  doesNotContain: 'does not contain...',
×
9
  isGreater: 'is greater than',
×
10
  isGreaterEqual: 'is greater Equal',
×
11
  isLess: 'is less than',
×
12
  isLessEqual: 'is less Equal',
×
13
  isEmpty: 'is empty',
×
14
  isNotEmpty: 'is not empty',
×
15
  isAnyOf: 'is any of',
×
16
  isNoneOf: 'is not any of',
×
17
  hasAnyOf: 'has any of',
×
18
  hasAllOf: 'has all of',
×
19
  hasNoneOf: 'has none of',
×
20
  isExactly: 'is exactly',
×
21
  isWithIn: 'is with in',
×
22
  isBefore: 'is before',
×
23
  isAfter: 'is after',
×
24
  isOnOrBefore: 'is on or before',
×
25
  isOnOrAfter: 'is on or after',
×
26
};
×
27

×
28
const fieldNumberLabelMap = {
×
29
  is: '=',
×
30
  isNot: '≠',
×
31
  isGreater: '>',
×
32
  isGreaterEqual: '≥',
×
33
  isLess: '<',
×
34
  isLessEqual: '≤',
×
35
  isEmpty: 'is empty',
×
36
  isNotEmpty: 'is not empty',
×
37
};
×
38

×
NEW
39
export { EMPTY_OPERATORS, MULTIPLE_OPERATORS, operatorLabelMapping, fieldNumberLabelMap };
×
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