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

typeorm / typeorm / 13684615749

05 Mar 2025 08:09PM UTC coverage: 72.349% (-0.003%) from 72.352%
13684615749

push

github

web-flow
chore: don't use version in docker-compose files (#11320)

8653 of 12650 branches covered (68.4%)

Branch coverage included in aggregate %.

0 of 8 new or added lines in 1 file covered. (0.0%)

2 existing lines in 2 files now uncovered.

17876 of 24018 relevant lines covered (74.43%)

147954.48 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"
9✔
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 {
9✔
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