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

IgniteUI / igniteui-cli / 23347925498

20 Mar 2026 02:40PM UTC coverage: 75.081% (+0.05%) from 75.027%
23347925498

push

github

web-flow
Merge pull request #1557 from IgniteUI/dpetev/fix-lint

Fix eslint config ignores, rules and lint errors

916 of 1238 branches covered (73.99%)

Branch coverage included in aggregate %.

24 of 29 new or added lines in 9 files covered. (82.76%)

1 existing line in 1 file now uncovered.

3953 of 5247 relevant lines covered (75.34%)

52.44 hits per line

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

0.0
/packages/cli/scripts/uninstall.ts
1
// tslint:disable-next-line:no-implicit-dependencies
2
import { App, GoogleAnalytics } from "@igniteui/cli-core";
×
3

4
function uninstall() {
NEW
5
        if (process.env.npm_config_global) {
×
6
                App.initialize();
×
7
                GoogleAnalytics.post({
×
8
                        t: "screenview",
9
                        cd: `uninstall`
10
                });
11
        }
12
}
13

14
uninstall();
×
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