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

typeorm / typeorm / 12968994847

25 Jan 2025 10:33PM UTC coverage: 71.671% (-0.7%) from 72.369%
12968994847

Pull #11262

github

web-flow
Merge f05a3d4e8 into 79960e136
Pull Request #11262: ci(PR): adjust timeouts and add concurrency

8567 of 12650 branches covered (67.72%)

Branch coverage included in aggregate %.

17727 of 24037 relevant lines covered (73.75%)

135711.91 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"
261✔
2

3
/**
4
 * Thrown when user tries to execute operation that requires connection to be established.
5
 */
6
export class ConnectionIsNotSetError extends TypeORMError {
261✔
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

© 2025 Coveralls, Inc