• 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/doughnut-chart/default/index.ts
1
import { IgniteUIForReactTemplate } from "../../../../../lib/templates/IgniteUIForReactTemplate";
×
2

3
class IgrDoughnutChartTemplate extends IgniteUIForReactTemplate {
4
        constructor() {
5
                super(__dirname);
×
6
                this.components = ["Doughnut Chart"];
×
7
                this.controlGroup = "Charts";
×
8
                this.listInComponentTemplates = true;
×
9
                this.id = "doughnut-chart";
×
10
                this.projectType = "igr-es6";
×
11
                this.name = "Doughnut Chart";
×
12
                this.description = `proportionally illustrate the occurrences of variables.`;
×
NEW
13
                this.packages = ["igniteui-react-charts@~19.0.0"]; // TODO: read version from igniteui-react-core in package.json
×
14
        }
15
}
16
module.exports = new IgrDoughnutChartTemplate();
×
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