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

typeorm / typeorm / 14081280213

26 Mar 2025 10:41AM UTC coverage: 72.384% (+0.004%) from 72.38%
14081280213

push

github

web-flow
refactor: database server version fetching & comparison (#11357)

8658 of 12643 branches covered (68.48%)

Branch coverage included in aggregate %.

37 of 59 new or added lines in 13 files covered. (62.71%)

3 existing lines in 3 files now uncovered.

17889 of 24032 relevant lines covered (74.44%)

159593.23 hits per line

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

66.67
/src/error/PessimisticLockTransactionRequiredError.ts
1
import { TypeORMError } from "./TypeORMError"
27✔
2

3
/**
4
 * Thrown when a transaction is required for the current operation, but there is none open.
5
 */
6
export class PessimisticLockTransactionRequiredError extends TypeORMError {
27✔
7
    constructor() {
UNCOV
8
        super(`An open transaction is required for pessimistic lock.`)
×
9
    }
10
}
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