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

ekino / veggies / 13789110658

pending completion
13789110658

Pull #96

github

web-flow
Merge 673321a84 into 95168afe2
Pull Request #96: A major rewrite for @ekino/veggies 2.0

576 of 616 branches covered (93.51%)

Branch coverage included in aggregate %.

829 of 876 relevant lines covered (94.63%)

67.21 hits per line

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

88.89
/src/utils/command_line.ts
1
export const hasArg = (arg: string): boolean => process.argv.includes(arg)
4✔
2

3
export const hasOneArgOf = (args: string[] | string): boolean =>
4✔
4
    Array.isArray(args) ? args.some((arg: string) => process.argv.includes(arg)) : false
8!
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