• 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-ts/grid/basic/index.ts
1

2
import { IgniteUIForReactTemplate } from "../../../../../lib/templates/IgniteUIForReactTemplate";
×
3

4
class GridTemplate extends IgniteUIForReactTemplate {
5
        /**
6
         *
7
         */
8
        constructor() {
9
                super(__dirname);
×
10
                this.id = "grid";
×
11
                this.name = "Grid";
×
12
                this.widget = "igGrid";
×
13
                this.description = "IgrGrid template for React";
×
14
                this.projectType = "igr-ts";
×
15
                this.components = ["Grid"];
×
16
                this.controlGroup = "Data Grids";
×
NEW
17
                this.packages = ["igniteui-react-grids@~19.0.0", "igniteui-react-inputs@~19.0.0",
×
18
                        "igniteui-react-layouts@~19.0.0", "igniteui-react@~19.2.0"];
19

20
                this.hasExtraConfiguration = false;
×
21
        }
22
}
23
module.exports = new GridTemplate();
×
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