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

IgniteUI / igniteui-cli / 8631556716

10 Apr 2024 12:52PM UTC coverage: 67.144% (+0.4%) from 66.741%
8631556716

push

github

web-flow
chore: update typescript; migrate to eslint (#1235)

997 of 1601 branches covered (62.27%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 4 files covered. (100.0%)

117 existing lines in 26 files now uncovered.

4541 of 6647 relevant lines covered (68.32%)

156.03 hits per line

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

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

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

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