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

IgniteUI / igniteui-cli / 17124814507

21 Aug 2025 10:53AM UTC coverage: 70.167%. Remained the same
17124814507

Pull #1409

github

web-flow
Merge 964dda13d into d71af0d1e
Pull Request #1409: fix: Update Ignite UI product versions and remove --legacy-peer-deps flag

929 of 1360 branches covered (68.31%)

Branch coverage included in aggregate %.

2 of 11 new or added lines in 10 files covered. (18.18%)

4711 of 6678 relevant lines covered (70.55%)

87.78 hits per line

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

0.0
/packages/cli/templates/react/igr-es6/radial-gauge/default/index.ts
1
import { IgniteUIForReactTemplate } from "../../../../../lib/templates/IgniteUIForReactTemplate";
×
2

3
class IgrRadialGaugeTemplate extends IgniteUIForReactTemplate {
4
        constructor() {
5
                super(__dirname);
×
6
                this.components = ["Radial Gauge"];
×
7
                this.controlGroup = "Gauges";
×
8
                this.listInComponentTemplates = true;
×
9
                this.id = "radial-gauge";
×
10
                this.projectType = "igr-es6";
×
11
                this.name = "Radial Gauge";
×
12
                this.description = `provides a number of visual elements, like a needle, tick marks, ranges
×
13
                                                        and labels, in order to create a predefined shape and scale.`;
NEW
14
                this.packages = ["igniteui-react-gauges@~19.0.0"]; // TODO: read version from igniteui-react-core in package.json
×
15
        }
16
}
17
module.exports = new IgrRadialGaugeTemplate();
×
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