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

bms-devs / FileSynchronizer / 29
22%

Build:
DEFAULT BRANCH: master
Ran 09 May 2015 05:15PM UTC
Jobs 1
Files 14
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
29

Pull #23

travis-ci

reverendus
Switched command line parsing to 'com.github.scopt:scopt' library

Instead of using custom, manual command line parsing I've switched
to 'com.github.scopt:scopt:3.3.0'. It makes parsing much easier
and we also get a nice, automatically-generated help page for free :)

On the downside, scopt internally invokes System.exit(0) when
you call it with -h/--help, so it became impossible to unit-test
that case - I had to remove these tests. In order to keep consistency,
I also call System.exit(0) manually when command line parsing failed,
as scopt displays a nice error message in that case and there is no need
to supplement it with anything. Which means another test had
to be removed...
Pull Request #23: Switched command line parsing to 'com.github.scopt:scopt' library

28 of 130 relevant lines covered (21.54%)

0.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29.1 09 May 2015 05:15PM UTC 0
21.54
Travis Job 29.1
Source Files on build 29
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #29
  • Pull Request #23
  • PR Base - master (#28)
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