• 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/NestedSetMultipleRootError.ts
1
import { TypeORMError } from "./TypeORMError"
2

3
export class NestedSetMultipleRootError extends TypeORMError {
4
    constructor() {
UNCOV
5
        super(`Nested sets do not support multiple root entities.`)
×
6
    }
7
}
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