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

IgniteUI / igniteui-cli / 23348289858

20 Mar 2026 02:49PM UTC coverage: 75.112% (+0.03%) from 75.081%
23348289858

Pull #1558

github

web-flow
Merge 0e13047f9 into 180870112
Pull Request #1558: chore: cleanup all leftover references to tslint

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