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

IgniteUI / igniteui-cli / 23344529055

20 Mar 2026 01:16PM UTC coverage: 75.031% (+0.004%) from 75.027%
23344529055

Pull #1557

github

web-flow
Merge 68d01ac61 into 0756d022f
Pull Request #1557: fix(eslint): correct config ignores and resolve lint errors

917 of 1241 branches covered (73.89%)

Branch coverage included in aggregate %.

19 of 23 new or added lines in 8 files covered. (82.61%)

28 existing lines in 1 file now uncovered.

3951 of 5247 relevant lines covered (75.3%)

52.43 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