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

IgniteUI / igniteui-angular / 15775541281

20 Jun 2025 09:12AM CUT coverage: 91.474% (+0.04%) from 91.437%
15775541281

Pull #15888

github

web-flow
Merge 9289ba2f1 into 625769a54
Pull Request #15888: fix(igxSplitter): Assign pane props after zone is stable.

13380 of 15692 branches covered (85.27%)

9 of 9 new or added lines in 2 files covered. (100.0%)

12 existing lines in 4 files now uncovered.

27037 of 29557 relevant lines covered (91.47%)

34146.46 hits per line

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

50.0
/projects/igniteui-angular/src/lib/progressbar/progressbar.common.ts
1
import { Directive, TemplateRef } from '@angular/core';
2

3
@Directive({
4
    selector: '[igxProgressBarText]',
5
    standalone: true
6
})
7
export class IgxProgressBarTextTemplateDirective {
3✔
8
    constructor(public template: TemplateRef<any>) { }
×
9
}
10

11
@Directive({
12
    selector: '[igxProgressBarGradient]',
13
    standalone: true
14
})
15
export class IgxProgressBarGradientDirective {
3✔
16
    constructor(public template: TemplateRef<any>) { }
×
17
}
18

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