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 |
---|---|
src | 0.02% 74.75% |
Project Totals (295 files) | 74.75% |
#6982
51b4aa0
b8b5e9b
a5eb946