No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
33 | 33 | const escapeAlias = (alias: string) => this.manager.connection.driver.escape(alias); |
|
34 | 34 | const escapeColumn = (column: string) => this.manager.connection.driver.escape(column); |
|
35 | 35 | const parentPropertyName = this.manager.connection.namingStrategy.joinColumnName( |
|
36 | - | this.metadata.treeParentRelation!.propertyName, "id" |
|
36 | + | this.metadata.treeParentRelation!.propertyName, this.metadata.primaryColumns[0].propertyName |
|
37 | 37 | ); |
|
38 | 38 | ||
39 | 39 | return this.createQueryBuilder("treeEntity") |
Learn more Showing 1 files with coverage changes found.
src/driver/cockroachdb/CockroachQueryRunner.ts
Files | Coverage |
---|---|
AbstractRepository.ts | 37.50% |
BaseEntity.ts | 69.23% |
MongoRepository.ts | 62.06% |
Repository.ts | 100.00% |
RepositoryFactory.ts | 100.00% |
TreeRepository.ts | 83.03% |
Folder Totals (6 files) | 74.93% |
Project Totals (295 files) | 74.75% |
#6982
51b4aa0
b8b5e9b
a5eb946