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

typeorm / typeorm / 15558174361

10 Jun 2025 11:24AM UTC coverage: 48.469% (-27.9%) from 76.328%
15558174361

Pull #11422

github

web-flow
Merge 817e6d91c into 86f12c922
Pull Request #11422: fix(tree-entity): closure junction table primary key definition should match parent table

5632 of 12872 branches covered (43.75%)

Branch coverage included in aggregate %.

12323 of 24172 relevant lines covered (50.98%)

35101.77 hits per line

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

66.67
/src/error/ConnectionIsNotSetError.ts
1
import { TypeORMError } from "./TypeORMError"
72✔
2

3
/**
4
 * Thrown when user tries to execute operation that requires connection to be established.
5
 */
6
export class ConnectionIsNotSetError extends TypeORMError {
72✔
7
    constructor(dbType: string) {
8
        super(
×
9
            `Connection with ${dbType} database is not established. Check connection configuration.`,
10
        )
11
    }
12
}
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

© 2026 Coveralls, Inc