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

JS-DevTools / npm-publish / 4640210672

pending completion
4640210672

push

github

Michael Cousins
fixup: temporarily disable CI on Windows

92 of 101 branches covered (91.09%)

Branch coverage included in aggregate %.

190 of 191 relevant lines covered (99.48%)

63.82 hits per line

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

100.0
/src/cli/exit-code.ts
1
/**
2
 * CLI exit codes.
3
 *
4
 * @see https://nodejs.org/api/process.html#process_exit_codes
5
 * @internal
6
 */
7
export enum ExitCode {
68✔
8
  Success = 0,
68✔
9
  FatalError = 1,
68✔
10
  InvalidArgument = 9
68✔
11
}
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