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

3
class IgrFinancialChartTemplate extends IgniteUIForReactTemplate {
4
        constructor() {
5
                super(__dirname);
×
6
                this.components = ["Financial Chart"];
×
7
                this.controlGroup = "Charts";
×
8
                // set to true once bug with chart destoy is fixed
9
                this.listInComponentTemplates = false;
×
10
                this.id = "financial-chart";
×
11
                this.projectType = "igr-es6";
×
12
                this.name = "Financial Chart";
×
13
                this.description = `charting component that makes it easy to visualize financial data by
×
14
                                                        using a simple and intuitive API.`;
NEW
15
                this.packages = ["igniteui-react-charts@~19.0.0"]; // TODO: read version from igniteui-react-core in package.json
×
16
        }
17
}
18
module.exports = new IgrFinancialChartTemplate();
×
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