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

nebrelbug / npm-to-yarn / 4444331485

pending completion
4444331485

push

github

GitHub
Merge pull request #38 from armano2/test

119 of 122 branches covered (97.54%)

Branch coverage included in aggregate %.

222 of 224 relevant lines covered (99.11%)

129.88 hits per line

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

100.0
/src/utils.ts
1
export const unchangedCLICommands = [
1✔
2
  'test',
3
  'login',
4
  'logout',
5
  'link',
6
  'unlink',
7
  'publish',
8
  'cache',
9
  'start',
10
  'stop',
11
  'test'
12
]
13

14
export const yarnCLICommands = [
1✔
15
  'init',
16
  'run',
17
  'add',
18
  'audit',
19
  'autoclean',
20
  'bin',
21
  'check',
22
  'config',
23
  'create',
24
  'dedupe',
25
  'generate-lock-entry',
26
  'global',
27
  'help',
28
  'import',
29
  'info',
30
  'install',
31
  'licenses',
32
  'list',
33
  'lockfile',
34
  'outdated',
35
  'owner',
36
  'pack',
37
  'policies',
38
  'prune',
39
  'remove',
40
  'self-update',
41
  'tag',
42
  'team',
43
  'upgrade',
44
  'upgrade-interactive',
45
  'version',
46
  'versions',
47
  'why',
48
  'workspace',
49
  'workspaces'
50
]
51

52
export const npmCLICommands = [
1✔
53
  'init',
54
  'run',
55
  'access',
56
  'adduser',
57
  'audit',
58
  'bin',
59
  'bugs',
60
  'build',
61
  'bundle',
62
  'ci',
63
  'completion',
64
  'config',
65
  'dedupe',
66
  'deprecate',
67
  'dist-tag',
68
  'docs',
69
  'doctor',
70
  'edit',
71
  'explore',
72
  'exec',
73
  'fund',
74
  'help-search',
75
  'help',
76
  'hook',
77
  'install-ci-test',
78
  'install-test',
79
  'install',
80
  'ls',
81
  'list',
82
  'npm',
83
  'org',
84
  'outdated',
85
  'owner',
86
  'pack',
87
  'ping',
88
  'prefix',
89
  'profile',
90
  'prune',
91
  'rebuild',
92
  'repo',
93
  'restart',
94
  'root',
95
  'run-script',
96
  'search',
97
  'shrinkwrap',
98
  'star',
99
  'stars',
100
  'start',
101
  'stop',
102
  'team',
103
  'token',
104
  'uninstall',
105
  'unpublish',
106
  'update',
107
  'version',
108
  'view',
109
  'whoami'
110
]
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