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

IgniteUI / igniteui-cli / 23349176702

20 Mar 2026 03:11PM UTC coverage: 75.112% (+0.03%) from 75.081%
23349176702

push

github

web-flow
chore: cleanup all leftover references to tslint (#1558)

917 of 1238 branches covered (74.07%)

Branch coverage included in aggregate %.

3954 of 5247 relevant lines covered (75.36%)

52.47 hits per line

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

0.0
/packages/cli/scripts/uninstall.ts
1
import { App, GoogleAnalytics } from "@igniteui/cli-core";
×
2

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

13
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