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

typeorm / typeorm / 14093537090

26 Mar 2025 09:10PM UTC coverage: 72.108% (-0.3%) from 72.384%
14093537090

push

github

web-flow
build: improve test workflow (#11361)

8649 of 12641 branches covered (68.42%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

19 existing lines in 12 files now uncovered.

17602 of 23764 relevant lines covered (74.07%)

161388.77 hits per line

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

0.0
/src/error/InsertValuesMissingError.ts
1
import { TypeORMError } from "./TypeORMError"
2

3
/**
4
 * Thrown when user tries to insert using QueryBuilder but do not specify what to insert.
5
 */
6
export class InsertValuesMissingError extends TypeORMError {
7
    constructor() {
UNCOV
8
        super(
×
9
            `Cannot perform insert query because values are not defined. ` +
10
                `Call "qb.values(...)" method to specify inserted values.`,
11
        )
12
    }
13
}
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