push
github
2100 of 3363 branches covered (62.44%)
282 of 757 new or added lines in 74 files covered. (37.25%)
14879 existing lines in 182 files now uncovered.25574 of 98035 relevant lines covered (26.09%)
5.17 hits per line
NEW
|
export class TableCore { |
|
2 |
id!: string;
|
× |
3 |
|
× |
4 |
name!: string;
|
× |
5 |
|
× |
6 |
dbTableName!: string;
|
× |
7 |
|
× |
8 |
icon?: string;
|
× |
9 |
|
× |
10 |
description?: string;
|
× |
11 |
|
× |
12 |
lastModifiedTime!: string;
|
× |
13 |
|
× |
14 |
defaultViewId!: string;
|
× |
15 |
} |
× |