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

IgniteUI / igniteui-angular / 12828838851

17 Jan 2025 12:13PM UTC coverage: 91.636% (+0.03%) from 91.605%
12828838851

push

github

web-flow
refactor(progress-bar): refactor progress bars initial commit (#15231)

12967 of 15192 branches covered (85.35%)

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

2 existing lines in 1 file now uncovered.

26317 of 28719 relevant lines covered (91.64%)

34189.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 {
2✔
UNCOV
8
    constructor(public template: TemplateRef<any>) { }
×
9
}
10

11
@Directive({
12
    selector: '[igxProgressBarGradient]',
13
    standalone: true
14
})
15
export class IgxProgressBarGradientDirective {
2✔
UNCOV
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

© 2026 Coveralls, Inc