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

bms-devs / FileSynchronizer / 29 / 1
22%
master: 22%

Build:
DEFAULT BRANCH: master
Ran 09 May 2015 05:15PM UTC
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

09 May 2015 05:12PM UTC coverage: 21.538% (+3.1%) from 18.462%
29.1

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

Source Files on job 29.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29
  • Travis Job 29.1
  • 478c7eac on github
  • Prev Job for on master (#28.1)
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